drop_Grid: Drop the dimensions with a unique level in a Grid object

Description Usage Arguments Value See Also Examples

Description

Drop the dimensions with a unique level in a Grid object.

Usage

1

Arguments

x

An object with class Grid

...

Not used yet.

Value

An object of class Grid but with the fixed dimensions removed.

See Also

The usual drop function for arrays.

Examples

1
2
3
4
myGD <- Grid(nlevels = c(3, 1, 4, 1, 5))
myGD
plot(myGD)
myGD1 <- drop_Grid(myGD)

smint documentation built on April 14, 2017, 1:49 p.m.