Description Usage Arguments Value Examples
Plot of multiple GCMM activity curves
| 1 2 3 4 5 6 7 8 9 10 11 | 
| models | List of one or more objects of class  | 
| ymax | Value for upper limit of y-axis | 
| scale | Scale for the plot, either "pi" (-pi, pi) or "2pi" (0, 2pi); default is that recommended by the GCMM function | 
| lwd | Value for the width of the lines for the activity curves | 
| type | Type of activity plots, either "mixture" for mixture plots (default) or "components" for components plots | 
| lty | Vector of line types to use for the activity curves | 
| col | Vector of colours to use for the activity curve lines in the plot | 
| 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 plot
| 1 2 3 4 5 6 |  FoxActivityGCMM<-GCMM(data=redfoxsample$Radians, 
              RE1=redfoxsample$SamplingPeriod, family="vonmises", autorun=FALSE,
              adapt=0, sample=300, burnin=300, thin=1, n.chains=2)
           HumanActivityGCMM<-GCMM(data=humanssample$Radians, RE1=humanssample$SamplingPeriod, 
             family="vonmises", autorun=FALSE, adapt=0, sample=300, burnin=300, thin=1, n.chains=2)
           multiplot(models=list(FoxActivityGCMM,HumanActivityGCMM)) 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.