plot.inspect.ft | R Documentation |
Plot inspect.ft objects
## S3 method for class 'inspect.ft'
plot(
x,
width = NULL,
pos = NULL,
quiet = FALSE,
legend = TRUE,
rate.rev = TRUE,
...
)
x |
inspect.ft object |
width |
numeric. Smoothing factor (rolling mean) for delta oxygen values as proportion of total data length (0 to 1) |
pos |
integer. Which result to plot. |
quiet |
logical. Suppress console output. |
legend |
logical. Suppress labels and legends. |
rate.rev |
logical. Control direction of y-axis in delta oxygen plot. |
... |
Pass additional plotting parameters |
A plot. No returned value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.