Skip to contents

Checks S4 objects to check for warnings and errors

Usage

Check(object, ...)

# S4 method for Boxplot
Check(object, req_dims = c(NA, NA, NA, NA))

# S4 method for Kobe
Check(object)

# S4 method for MPs
Check(object)

# S4 method for OMs
Check(object)

# S4 method for Quilt
Check(object)

# S4 method for Tradeoff
Check(object)

# S4 method for Timeseries
Check(object)

# S4 method for Spider
Check(object)

# S4 method for Slick
Check(object)

Arguments

object

An object of class: Slick-class(), MPs-class(), OMs-class() or the six chart types: Boxplot-class(), Kobe-class(), Quilt-class(), Spider-class(), Timeseries-class(), and Tradeoff-class().

Value

Prints messages to the console

Methods (by class)