plot_eems | R Documentation |
plot_eems function
Invokes the reemsplots2 function make_eems_plots, with additional functionality such as adding island borders and points showing individual coordinates..
plot_eems(
xdir,
plot.coords = T,
plot.geography = T,
mask.oceans = T,
include.out = c("pdf", "raster"),
usechains = NULL
)
xdir |
Character string to directory of a particular mcmc chain, or, to a directory containing subdirectories "/mcmc/chain*". |
plot.coords |
Whether or not to overlay the sample coordinates on EEMS maps. Default TRUE. |
plot.geography |
Whether or not to overlay country borders on EEMS maps. Default TRUE. |
mask.oceans |
Whether or not mask oceans on EEMS maps. Default TRUE. |
include.out |
Character string vector indicating the type of output files to generate. |
usechains |
Integer vector specifying which chains to make plots for; Default is NULL, in which case plots are made for all chains. |
List of ggplots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.