plot.ir {ir}R Documentation

Plots an object of class ir

Description

plot.ir is the plot method for objects of class ir.

Usage

## S3 method for class 'ir'
plot(x, ...)

Arguments

x

An object of class ir.

...

Further arguments, will be ignored.

Value

An object of class ggplot2.

Examples

# simple plotting
plot(ir::ir_sample_data[1:2, ])

# advanced functions
plot(ir::ir_sample_data) +
   ggplot2::facet_wrap(~ sample_type)

[Package ir version 0.2.1 Index]