PlotMap.fn | R Documentation |
Plot catch-per-unit-effort (CPUE) data across all years and by year and save them to the disk. Figures are created using ggplot2.
PlotMap.fn(
dir = NULL,
dat,
main = NULL,
dopng = lifecycle::deprecated(),
plot = 1:2
)
dir |
Directory where output will be saved. The directory where the file should be saved. If dir = NULL no output will be saved. |
dat |
An object created by |
main |
A string that will be prepended to the name of the saved png (i.e., "NWFSC" results in a file called "NWFSC_CPUE_Map.png"). |
dopng |
Deprecated with nwfscSurvey 2.1 because providing a non-NULL
value to |
plot |
A vector of integers to specify which plots you would like. The default is to print both figures.
|
Figures are saved to the disk according to which plots are asked
for in plot
. Each of the specified files are saved to a directory called
map_plots
inside of dir
, the specified directory. No objects are
returned to the user. But, the figures are printed to new windows if they
are not saved to the disk.
Chantel R. Wetzel
PullCatch.fn()
plot_westcoast()
## Not run:
PlotMap.fn(dat = catch_nwfsc_combo, plot = 1)
PlotMap.fn(dat = catch_nwfsc_combo, plot = 2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.