RspCutDirective {R.rsp}R Documentation

The RspCopyDirective class

Description

Package: R.rsp
Class RspCutDirective

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

Directly known subclasses:
RspCopyDirective

public class RspCutDirective
extends RspDirective

An RspCutDirective and RspPasteDirective are RspDirective that will copy, cut, and paste a set of RspConstruct:s.

Usage

RspCutDirective(value="cut", ..., .validate=TRUE)

Arguments

value

A character string.

...

Additional arguments passed to RspDirective.

.validate

A logical specifying whether the attributes should be validated or not.

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]