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.
RspObject(value=NA, attrs=list(), ...)
An R object.
RSP attributes as a named list
, e.g. type
,
language
, and source
.
Additional named RSP attributes.
Methods:
print | Prints a summary of an RSP object. |
Methods inherited from logical:
Ops,nonStructure,vector-method, Ops,structure,vector-method, Ops,vector,nonStructure-method, Ops,vector,structure-method, as.data.frame, as.raster, coerce,ANY,logical-method, whichVector
Henrik Bengtsson