printIndividuals | R Documentation |
Prints the individual detections for each tag, overlaying the points in time considered crucial during the analysis.
printIndividuals(
detections.list,
movements,
valid.movements,
spatial,
status.df = NULL,
rsp.info,
y.axis = c("auto", "stations", "arrays"),
extension = "png"
)
detections.list |
A list of the detections split by each target tag. |
movements |
the movement dataframe for the tag being analysed. |
spatial |
The spatial list. |
status.df |
The main results table. |
y.axis |
The type of y axis desired. One of "stations" (default) or "arrays". |
extension |
the format of the generated graphics |
A string of file locations in rmd syntax, to be included in printRmd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.