Plot convert_rate objects
## S3 method for class 'convert_rate' plot( x, type = "full", pos = NULL, quiet = FALSE, highlight = NULL, legend = TRUE, rate.rev = TRUE, ... )
x
: convert_rate objecttype
: "full", "rate", "overlap"pos
: Which summary rows to plot?quiet
: logical. Suppress console output.highlight
: Which to highlight in overlap plots.legend
: logical. Suppress labels and legends.rate.rev
: logical. Control direction of y-axis in rate plot....
: Pass additional plotting parametersA plot. No returned value.
Useful links