Skip to contents

Checks S4 objects to check for warnings and errors

Usage

Check(object, ...)

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

# S4 method for class 'Kobe'
Check(object)

# S4 method for class 'MPs'
Check(object)

# S4 method for class 'OMs'
Check(object)

# S4 method for class 'Quilt'
Check(object)

# S4 method for class 'Tradeoff'
Check(object)

# S4 method for class 'Timeseries'
Check(object)

# S4 method for class 'Spider'
Check(object)

# S4 method for class '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().

...

Additional arguments

req_dims

Required dimensions for Value slot. Used internally

Value

Prints messages to the console

Methods (by class)

Examples

slick <- Slick()
Check(slick)
#> 
#> ── Checking: "Slick" ──
#> 
#> ── Checking: "MPs" 
#>  Object is empty
#> 
#> ── Checking: "OMs" 
#>  Object is empty
#> 
#> ── Checking: "Boxplot" 
#>  Object is empty
#> 
#> ── Checking: "Quilt" 
#>  Object is empty
#> 
#> ── Checking: "Kobe" 
#>  Object is empty
#> 
#> ── Checking: "Spider" 
#>  Object is empty
#> 
#> ── Checking: "Timeseries" 
#>  Object is empty
#> 
#> ── Checking: "Tradeoff" 
#>  Object is empty