plot.TaglossData | R Documentation |
This function plots the result of Tagloss_format().
The default ramp of colors is a grey ramp.
## S3 method for class 'TaglossData'
plot(
x,
...,
categories = c("N22", "N21", "N11", "N10", "N20"),
col = grey(seq(from = 0.9, to = 0, length.out = length(categories))),
title.legend = "Tag history",
categories.legend = categories,
show.legend = TRUE
)
x |
A result for Tagloss_format. |
... |
Graphic parameters, see par(). |
categories |
Categories to display. |
col |
The ramp of colors used for the categories. |
title.legend |
Title for legend box. |
categories.legend |
Name of categories to show in legend box. |
show.legend |
Should the legend box be shown ? |
plot.TaglossData plots formated data used for tagloss analysis
Nothing
Marc Girondot marc.girondot@gmail.com
Other Model of Tag-loss:
Tagloss_L()
,
Tagloss_LengthObs()
,
Tagloss_cumul()
,
Tagloss_daymax()
,
Tagloss_fit()
,
Tagloss_format()
,
Tagloss_mcmc()
,
Tagloss_mcmc_p()
,
Tagloss_model()
,
Tagloss_simulate()
,
logLik.Tagloss()
,
o_4p_p1p2
,
plot.Tagloss()
## Not run:
library(phenology)
# Example
data_f_21 <- Tagloss_format(outLR, model="21")
plot(data_f_21)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.