ViewStrata | R Documentation |
ViewStrata uses ggplot2 to display a stratification map.
ViewStrata(
map,
year = NULL,
ViewTrans = "none",
strata = "all",
numbers = FALSE,
print = TRUE
)
map |
The LoadMap object to be displayed |
year |
The year of the desired transect panel |
ViewTrans |
Should the transects be plotted? TRUE/FALSE |
strata |
Character string of strata to be plotted (or "all") |
numbers |
Should transects be numbered? TRUE/FALSE |
print |
Should the result be plotted (TRUE) or saved (FALSE) |
This function was replaced with a series of ShowMe functions and is no longer used. See ShowMe
.
ggplot2 plot object
Charles Frost, charles_frost@fws.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.