plot.ir | R Documentation |
ir
plot.ir
is the plot method for objects of class ir
.
## S3 method for class 'ir'
plot(x, ...)
x |
An object of class |
... |
Further arguments, will be ignored. |
An object of class ggplot2
.
# simple plotting
plot(ir::ir_sample_data[1:2, ])
# advanced functions
plot(ir::ir_sample_data) +
ggplot2::facet_wrap(~ sample_type)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.