plotbasic | R Documentation |
plotbasic expects to receive plots six graphs,
plotbasic(
indat,
title,
sau = "block",
leg1 = "topleft",
leg2 = "bottomleft",
leg3 = "bottomleft"
)
indat |
the data.frame containing the fisheries data |
title |
the main title for the plots |
sau |
the spatial management unit used, in Tasmania = block |
leg1 |
legend location for the catch vs hours by sau plot, default="topleft" |
leg2 |
legend location for the geometric mean cpue by sau plot, default="bottomleft" |
leg3 |
legend location for the active diver by sau plot, default="bottomleft" |
nothing but it generates a 3 row x 2 col plot
## Not run:
indat=abd; title="Fortescue";sau="block";leg1="topleft";
leg2="bottomleft";leg3="bottomleft"
print("Waiting on an internal data.frame")
## End(Not run) # indat=abd; title="blk13E"; sau="block";
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.