powered by
This function plots the result of Tagloss_format(). The default ramp of colors is a grey ramp.
# S3 method for 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 )
Nothing
A result for Tagloss_format.
Graphic parameters, see par().
Categories to display.
The ramp of colors used for the categories.
Title for legend box.
Name of categories to show in legend box.
Should the legend box be shown ?
Marc Girondot marc.girondot@gmail.com
plot.TaglossData plots formated data used for tagloss analysis
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()
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()
if (FALSE) { library(phenology) # Example data_f_21 <- Tagloss_format(outLR, model="21") plot(data_f_21) }
Run the code above in your browser using DataLab