plot.dpi.curve {DPI} | R Documentation |
[S3 method] Plot DPI curve analysis results.
Description
[S3 method] Plot DPI curve analysis results.
Usage
## S3 method for class 'dpi.curve'
plot(x, file = NULL, width = 6, height = 4, dpi = 500, ...)
Arguments
x |
A data.frame (of new class |
file |
File name of saved plot ( |
width , height |
Width and height (in inches) of saved plot.
Defaults to |
dpi |
Dots per inch (figure resolution). Defaults to |
... |
Other arguments (currently not used). |
Value
Return a ggplot
object.
[Package DPI version 2025.6 Index]