View source: R/make.meanl.map.R
make.meanl.map | R Documentation |
make.meanl.map
This function plot mean length as maps
make.meanl.map(
LF,
fcol,
lcol,
bins,
save_dir,
plot_name = "MeanL_map",
plot_format = "png",
width = length(unique(LF$lon))/2,
height = length(unique(LF$lat))/2
)
LF |
The length frequency data frame input; must include four columns: lat, lon, year, and quarter |
fcol |
The first column in the data frame with length frequency info |
lcol |
The last column in the data frame with length frequency info |
bins |
Names of all bins included in LF |
save_dir |
The directory where results will be saved |
plot_name |
The name of the plot to be saved |
plot_format |
The format (e.g., png and pdf) of the plot to be saved |
width |
The width of the plot to be saved |
height |
The height of the plot to be saved |
s |
The size of squares |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.