Used to draw individual components or the whole FCB matrix

draw(object, ...)

# S4 method for class 'basicBlock'
draw(object)

# S4 method for class 'biolBlock'
draw(object)

# S4 method for class 'fisheryBlock'
draw(object)

# S4 method for class 'catchBlock'
draw(object)

# S4 method for class 'FCBDrawing'
draw(object)

# S4 method for class 'matrix'
draw(object, fisheryNames = NULL, catchNames = NULL, biolNames = NULL)

# S4 method for class 'fwdControl'
draw(object, fisheryNames = NULL, catchNames = NULL, biolNames = NULL)

Arguments

object

The object - linkbasicBlock, linkbiolBlock, linkfisheryBlock, linkcatchBlock, linkmatrix, linkFCBDrawing

...

Other arguments

fisheryNames

A vector of names of the FLFishery blocks

catchNames

A vector of names of the FLCatch blocks

biolNames

A vector of names of the FLBiol blocks

Value

Nothing. Just draws something

Examples

FCB <- matrix(c(1,1,1,1,2,2,2,1,2,2,2,3,2,2,4), nrow=5, byrow=TRUE)
draw(FCB)