Description Usage Arguments Value Examples
Circular plot of GCMM random intercepts and 95% HDI
1 2 3 4 5 6 | circplotREs(
model,
RE1 = TRUE,
RE2 = FALSE,
axisunits = c("radians", "sun", "time", "solar", "none")
)
|
model |
Object of class |
RE1 |
Logical vector for whether to plot GCMM activity curve with random intercepts from RE1; default=TRUE |
RE2 |
Logical vector for whether to plot GCMM activity curve with random intercepts from RE2; default=FALSE |
axisunits |
Units for x axis, either "radians", "time", "solar", "sun", or "none"; default="radians" |
No return value; prints circle plot of GCMM random intercepts and 95% HDI
1 2 3 4 | FoxGCMMREs<-GCMM(data=redfoxsample$Radians, RE1=redfoxsample$SamplingPeriod,
saveREs=TRUE, scale=c("2pi"), family="vonmises", autorun=FALSE,
adapt=0, sample=300, burnin=300, thin=1)
circplotREs(FoxGCMMREs, axisunits="sun")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.