plotactivityHPD: Plot activity curve with activityHPDs

Description Usage Arguments Value

View source: R/ActivityProbabilityFunctions.R

Description

Plot GCMM activity curve with activityHPDs

Usage

1
2
3
4
5
6
7
8
plotactivityHPD(
  model,
  prob = c(0.75, 0.5, 0.25),
  col = c("lightseagreen", "aquamarine3", "aquamarine"),
  scale = "2pi",
  ymax = "NULL",
  axisunits = "radians"
)

Arguments

model

Object of class GCMM with output from GCMM function

prob

Vector of values of probability density mass for activityHPD; default=c(0.50,0.25)

col

Vector of colours for plot

scale

Scale for plotting the activity curve, either "2pi" for 0,2pi or "pi" for -pi,pi; default="2pi"

ymax

Value for upper limit of y axis

axisunits

Units for x axis, either "radians", "time", "solar", "sun", or "none"; default="radians"

Value

No return value; prints plot of activity curve with activityHPDs


activityGCMM documentation built on June 15, 2021, 1:06 a.m.