Plot Parameter
plot
graphs the mutation or selection parameter for a ROC or FONSE parameter object for each mixture element.
## S3 method for class 'Rcpp_ROCParameter' plot( x, what = "Mutation", samples = 100, mixture.name = NULL, with.ci = TRUE, ... )
x
: A parameter objectwhat
: Which aspect of the parameter to plot. Default value is "Mutation".samples
: Number of samples to plot using the posterior mean. Default value is 100.mixture.name
: a vector with names/descriptions of the mixture distributions in the parameter objectwith.ci
: Plot with or without confidence intervals. Default value is TRUE...
: Arguments to be passed to methods, such as graphical parameters.This function has no return value.
Graphs are based off the last # samples for the posterior mean.