plot.clusEvol {clusEvol} | R Documentation |
Plot output results from clusEvol
Description
Plot density or empirical cumulative distribution from Bvals
in clusEvol output
.
Usage
## S3 method for class 'clusEvol'
plot(x,target,type = "heat",plotly=FALSE,...)
Arguments
x |
an object of the class |
target |
Numeric; 1 if density, 2 if ecdf plot is returned |
type |
Character; |
plotly |
Logical; if |
... |
other arguments to be passed to the function
|
Details
This function plots outputs from clusEvol taking into account its panel data structure.
Value
Produces a plot. No values are returned.
See Also
clusEvol
for procedure and examples.
[Package clusEvol version 1.0.0 Index]