Plot density or empirical cumulative distribution from Bvals in clusEvol output.
# S3 method for clusEvol
plot(x,target,type = "heat",plotly=FALSE,...)Produces a plot. No values are returned.
an object of the class "clusEvol"
Numeric; 1 if density, 2 if ecdf plot is returned
Character; heat (default), line, boxplot are the options
Logical; if FALSE, a ggplotly plot is returned
other arguments to be passed to the function
ggplot
This function plots outputs from clusEvol taking into account its panel data structure.
clusEvol for procedure and examples.