Description Usage Arguments Author(s) See Also
Plot SPR quantities, including 1-SPR and phase plot.
1 2 3 4 5 6 | SSplotSPR(replist, add = FALSE, plot = TRUE, print = FALSE, uncertainty
= TRUE, subplots = 1:4, col1 = "black", col2 = "blue", col3 = "green3",
col4 = "red", sprtarg = "default", btarg = "default",
labels = c("Year", "SPR", "1-SPR"), pwidth = 7, pheight = 7,
punits = "in", res = 300, ptsize = 12, cex.main = 1,
plotdir = "default", verbose = TRUE)
|
replist |
list created by |
add |
add to existing plot (not yet implemented) |
plot |
plot to active plot device? |
print |
print to PNG files? |
uncertainty |
include plots showing uncertainty? |
subplots |
vector controlling which subplots to create |
col1 |
first color used |
col2 |
second color used |
col3 |
third color used |
col4 |
fourth color used |
sprtarg |
F/SPR proxy target. "default" chooses based on model output. |
btarg |
target depletion to be used in plots showing depletion. May be omitted by setting to NA. "default" chooses based on model output. |
labels |
vector of labels for plots (titles and axis labels) |
pwidth |
width of plot written to PNG file |
pheight |
height of plot written to PNG file |
punits |
units for PNG file |
res |
resolution for PNG file |
ptsize |
ptsize for PNG file |
cex.main |
character expansion for plot titles |
plotdir |
directory where PNG files will be written. by default it will be the directory where the model was run. |
verbose |
report progress to R GUI? |
Ian Stewart, Ian Taylor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.