RspUnknownDirective {R.rsp}R Documentation

The RspUnknownDirective class

Description

Package: R.rsp
Class RspUnknownDirective

character
~~|
~~+--RspObject
~~~~~~~|
~~~~~~~+--RspConstruct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--RspDirective
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--RspUnknownDirective

Directly known subclasses:

public class RspUnknownDirective
extends RspDirective

An RspUnknownDirective is an RspDirective that is unknown.

Usage

RspUnknownDirective(value="unknown", ...)

Arguments

value

A character string.

...

Arguments passed to the constructor of RspDirective.

Fields and Methods

Methods:
No methods defined.

Methods inherited from RspDirective:
asRspString, getNameContentDefaultAttributes, requireAttributes

Methods inherited from RspConstruct:
asRspString, getComment, getInclude, getSuffixSpecs

Methods inherited from RspObject:
print

Methods inherited from character:
all.equal, as.Date, as.POSIXlt, as.data.frame, as.raster, formula, getDLLRegisteredRoutines, isOpen, toLatex, uses

Author(s)

Henrik Bengtsson


[Package R.rsp version 0.42.0 Index]