accessor {madness}R Documentation

Accessor methods.

Description

Access slot data from a madness object.

Usage

val(x)

## S4 method for signature 'madness'
val(x)

## S4 method for signature 'madness'
dim(x)

## S4 method for signature 'madness'
length(x)

dvdx(x)

## S4 method for signature 'madness'
dvdx(x)

xtag(x)

## S4 method for signature 'madness'
xtag(x)

vtag(x)

## S4 method for signature 'madness'
vtag(x)

varx(x)

## S4 method for signature 'madness'
varx(x)

Arguments

x

a madness object.

Author(s)

Steven E. Pav shabbychef@gmail.com


[Package madness version 0.2.8 Index]