plot.ir: Plots an object of class 'ir'

View source: R/plot.ir.R

plot.irR 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)


henningte/ir documentation built on July 4, 2025, 5:12 p.m.