plot.Rcpp_ROCParameter function

Plot Parameter

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, ... )

Arguments

  • x: A parameter object
  • what: 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 object
  • with.ci: Plot with or without confidence intervals. Default value is TRUE
  • ...: Arguments to be passed to methods, such as graphical parameters.

Returns

This function has no return value.

Details

Graphs are based off the last # samples for the posterior mean.