Description Usage Arguments Value Examples
Plot of estimated activity curve from the circular mixture model
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
| model | Model output from  | 
| rug | Logical argument for whether to plot a rug of the raw values. Plotting the rug for the separate components requires that saveclustIDs=TRUE when running  | 
| ruglwd | Line width for rug plot | 
| lwd | Line width for activity curve | 
| scale | Scale for the plot, either "pi" (-pi, pi) or "2pi" (0, 2pi); default is that recommended by the  | 
| ymax | Value to use as y-axis maximum | 
| col | Line colour for plot | 
| lty | Line type for activity curve | 
| axisunits | Scale to use for the xaxis, either "radians", "time", "solar", "sun", or "none"; default="radians" | 
| xlines | Whether to include lines on the graph for the x axis labels; default=TRUE | 
Prints mixture plot of the estimated activity curve from the circular mixture model
| 1 2 3 4 5 |  FoxActivityGCMM<-GCMM(data=redfoxsample$Radians, 
              RE1=redfoxsample$SamplingPeriod, family="vonmises", autorun=FALSE,
              adapt=0, sample=300, burnin=300, thin=1, n.chains=2)
           mixtureplot(FoxActivityGCMM) 
 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.