plot.Rcpp_ROCParameter: Plot Parameter

Description Usage Arguments Details Value

View source: R/plotParameterObject.R

Description

plot graphs the mutation or selection parameter for a ROC or FONSE parameter object for each mixture element.

Usage

1
2
3
4
5
6
7
8
9
## 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.

Details

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

Value

This function has no return value.


AnaCoDa documentation built on Jan. 8, 2021, 2:37 a.m.