plot.prof {SAMtool} | R Documentation |
Plot profile object
Description
Generates a profile plot generated by profile. If a two-parameter profile is performed, then a contour plot of the likelihood surface is returned.
Usage
## S4 method for signature 'prof,missing'
plot(x, contour_levels = 20, ...)
Arguments
x |
|
contour_levels |
Integer, passed to |
... |
Miscellaneous. Not used. |
Value
A likelihood profile plot, either a one-dimensional line plot or a two-dimensional contour plot.
Author(s)
Q. Huynh
[Package SAMtool version 1.6.4 Index]