S3method.dpi | R Documentation |
DPI()
and DPI_curve()
.summary(dpi)
Summarize DPI results.
Return a list (class summary.dpi
) of summarized results and raw DPI data.frame.
print(summary.dpi)
Print DPI summary.
plot(dpi)
Plot DPI results.
Return a ggplot
object.
print(dpi)
Print DPI summary and plot.
plot(dpi.curve)
Plot DPI curve analysis results.
Return a ggplot
object.
## S3 method for class 'dpi'
summary(object, ...)
## S3 method for class 'summary.dpi'
print(x, digits = 3, ...)
## S3 method for class 'dpi'
plot(x, file = NULL, width = 6, height = 4, dpi = 500, ...)
## S3 method for class 'dpi'
print(x, digits = 3, ...)
## S3 method for class 'dpi.curve'
plot(x, file = NULL, width = 6, height = 4, dpi = 500, ...)
object |
Object (class |
... |
Other arguments (currently not used). |
x |
Object (class |
digits |
Number of decimal places. Defaults to |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.