R.rsp (version 0.9.17)

RspObject: The abstract RspObject class

Description

Package: R.rsp Class RspObject logical ~~| ~~+--RspObject Directly known subclasses: RspCode, RspCodeChunk, RspComment, RspConstruct, RspDirective, RspDocument, RspElseDirective, RspEndifDirective, RspErrorDirective, RspEvalDirective, RspExpression, RspFileProduct, RspIfDirective, RspIfeqDirective, RspIfneqDirective, RspIncludeDirective, RspIntegerDirective, RspLogicalDirective, RspMetaDirective, RspNumericDirective, RspPageDirective, RspProduct, RspRSourceCode, RspShSourceCode, RspSourceCode, RspString, RspStringDirective, RspStringProduct, RspText, RspUnknownDirective, RspUnparsedDirective, RspUnparsedExpression, RspVariableDirective 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{ getAttribute - getAttributes Gets the attributes of an RSP object. hasAttribute - print Prints a summary of an RSP object. setAttribute - setAttributes - }

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