dim.generic_mspct: Dimensions of an Object

View source: R/zmspct.classes.R

dim.generic_mspctR Documentation

Dimensions of an Object

Description

Retrieve or set the dimension of an object.

Usage

## S3 method for class 'generic_mspct'
dim(x)

## S3 replacement method for class 'generic_mspct'
dim(x) <- value

Arguments

x

A generic_mspct object or of a derived class.

value

Either NULL or a numeric vector, which is coerced to integer (by truncation).

Value

Either NULL or a numeric vector, which is coerced to integer (by truncation).


photobiology documentation built on Oct. 21, 2023, 1:06 a.m.