powered by
ir
plot.ir is the plot method for objects of class ir.
plot.ir
# S3 method for ir plot(x, ...)
An object of class ggplot2.
ggplot2
An object of class ir.
Further arguments, will be ignored.
# simple plotting plot(ir::ir_sample_data[1:2, ]) # advanced functions plot(ir::ir_sample_data) + ggplot2::facet_wrap(~ sample_type)
Run the code above in your browser using DataLab