correlation_plot {BeeGUTS} | R Documentation |
Plotting of correlation plots for beeSurvFit
objects
Description
It plots the correlations between the parameters of the GUTS IT or GUTS SD. The plots do not include warmup iterations
Usage
correlation_plot(object)
Arguments
object |
An object of class |
Value
A graphic with the plot of the correlations between parameters or a a list of graphics in case multiple datasets are present. If a list is returned, the first graphic is the correlation between hb values and the second is the correlation between all other parameters
Examples
data(fitBetacyfluthrin_Chronic)
correlation_plot(fitBetacyfluthrin_Chronic)
[Package BeeGUTS version 1.3.0 Index]