RspUnparsedExpression {R.rsp} | R Documentation |
Package: R.rsp
Class RspUnparsedExpression
character
~~|
~~+--
RspObject
~~~~~~~|
~~~~~~~+--
RspConstruct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
RspExpression
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--
RspUnparsedExpression
Directly known subclasses:
public class RspUnparsedExpression
extends RspExpression
An RspUnparsedExpression is an RspExpression
that still has not
been parsed for its class and content. After parse
():ing such
an object, the class of this RSP expression will be known.
RspUnparsedExpression(...)
... |
Arguments passed to |
Methods:
parseExpression | Parses the unknown RSP expression for its class. | |
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, downloadFile, formula, getDLLRegisteredRoutines, isOpen, toAsciiRegExprPattern, toFileListTree, toLatex, uses
Henrik Bengtsson