ViewStrata: Display stratification in plot format

Description Usage Arguments Details Value Author(s) References

View source: R/main.R

Description

ViewStrata uses ggplot2 to display a stratification map.

Usage

1
2
3
4
5
6
7
8
ViewStrata(
  map,
  year = NULL,
  ViewTrans = "none",
  strata = "all",
  numbers = FALSE,
  print = TRUE
)

Arguments

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)

Details

This function was replaced with a series of ShowMe functions and is no longer used. See ShowMe.

Value

ggplot2 plot object

Author(s)

Charles Frost, charles_frost@fws.gov

References

https://github.com/cfrost3/AKaerial


cfrost3/AKaerial documentation built on April 9, 2020, 12:50 a.m.