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)
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 ?
Nothing
plot.TaglossData plots formated data used for tagloss analysis
Other Model of Tag-loss: Tagloss_LengthObs, Tagloss_L, Tagloss_cumul, Tagloss_daymax, Tagloss_fit, Tagloss_format, Tagloss_model, Tagloss_simulate, logLik.Tagloss, plot.Tagloss
Tagloss_LengthObs
Tagloss_L
Tagloss_cumul
Tagloss_daymax
Tagloss_fit
Tagloss_format
Tagloss_model
Tagloss_simulate
logLik.Tagloss
plot.Tagloss
# NOT RUN { library(phenology) # Example data_f_21 <- Tagloss_format(outLR, model="21") plot(data_f_21) # }
Run the code above in your browser using DataLab