Description Usage Arguments Value Examples
View source: R/ActivityProbabilityFunctions.R
Circular plot of activity HPD intervals from GCMM activity curves
| 1 2 3 4 5 6 | circplotHPD(
  models,
  prob = 0.5,
  col = c("cyan3", "orchid", "deeppink", "dodgerblue"),
  axisunits = c("radians", "sun", "time")
)
 | 
| models | List of one or more objects of class  | 
| prob | Value for activityHPD probability density mass; default=0.5 (i.e. 50% HPD) | 
| col | Vector of colours to use in the plot | 
| axisunits | Units to be used for the axis, either "radians", "sun", "time", or "none" | 
No return value; prints plot
| 1 2 3 4 5 |  FoxActivityGCMM<-GCMM(data=redfoxsample$Radians, 
        RE1=redfoxsample$SamplingPeriod, family="vonmises", autorun=FALSE)
     HumanActivityGCMM<-GCMM(data=humanssample$Radians, RE1=humanssample$SamplingPeriod, 
        family="vonmises", autorun=FALSE)
    circplotHPD(models=list(FoxActivityGCMM,HumanActivityGCMM)) 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.