R.rsp (version 0.21.0)

RspObject: The abstract RspObject class

Description

Package: R.rsp Class RspObject logical ~~| ~~+--RspObject Directly known subclasses: RspCode, RspCodeChunk, RspComment, RspConstruct, RspCopyDirective, RspCutDirective, RspDirective, RspDocument, RspElseDirective, RspEndcopyDirective, RspEndcutDirective, RspEndifDirective, RspErrorDirective, RspEvalDirective, RspExpression, RspFileProduct, RspIfDirective, RspIfeqDirective, RspIfneqDirective, RspIncludeDirective, RspIntegerDirective, RspLogicalDirective, RspMetaDirective, RspNumericDirective, RspPageDirective, RspPasteDirective, RspProduct, RspRSourceCode, RspShSourceCode, RspSourceCode, RspString, RspStringDirective, RspStringProduct, RspText, RspUnknownDirective, RspUnparsedDirective, RspUnparsedExpression, RspVariableDirective, RspVoid public class RspObject extends logical An RspObject represents an instance a specific RSP class.

Usage

RspObject(value=NA, attrs=list(), ...)

Arguments

value
An R object.
attrs
RSP attributes as a named list, e.g. type, language, and source.
...
Additional named RSP attributes.

Fields and Methods

Methods: rll{ print Prints a summary of an RSP object. }

Methods inherited from logical: as.data.frame, as.raster, whichVector