plotPolarDetections {PAMscapes} | R Documentation |
Plot Detections in a Polar Plot
Description
Plots detection data in a polar plot where the circular (angular) axis is either the hour of day or month of the year
Usage
plotPolarDetections(
x,
bin = c("days/month"),
quantity = c("count", "mean", "effort", "percentEffort", "percentTotal"),
group = "species",
facet = NULL,
effort = NULL,
title = NULL
)
Arguments
x |
dataframe of data loaded with loadDetectionData |
bin |
character specification of the radial and circular (angular) dimensions of the plot in the form "bin1/bin2", where "bin1" is one of "detection", "hour", or "day", and "bin2" is one of "hour" or "month". "bin1" is the units of the radial axis, and "bin2" is the unit of the circular axis. If "bin1" is "detection", then each row is treated as a distinct instantaneous detection, otherwise calls are binned using binDetectionData. |
quantity |
character indicating what type of quantity to plot. "count"
plots total detections, "mean" plots average detections across |
group |
a vector of name(s) of columns in |
facet |
optional name of column to facet output plot by |
effort |
Not relevant for |
title |
optional title for plot |
Value
a ggplot object
Author(s)
Taiki Sakai taiki.sakai@noaa.gov