Used to draw individual components or the whole FCB matrix

draw(object, ...)

# S4 method for basicBlock
draw(object)

# S4 method for biolBlock
draw(object)

# S4 method for fisheryBlock
draw(object)

# S4 method for catchBlock
draw(object)

# S4 method for FCBDrawing
draw(object)

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

# S4 method for 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)