|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.rosuda.REngine.REXP
org.rosuda.REngine.REXPVector
org.rosuda.REngine.REXPGenericVector
org.rosuda.REngine.REXPExpressionVector
public class REXPExpressionVector
REXPExpressionVector represents a vector of expressions in R. It is essentially a special kind of generic vector - its elements are expected to be valid R expressions.
| Field Summary |
|---|
| Fields inherited from class org.rosuda.REngine.REXP |
|---|
attr, maxDebugItems |
| Constructor Summary | |
|---|---|
REXPExpressionVector(RList list)
create a new vector of expressions from a list of expressions. |
|
REXPExpressionVector(RList list,
REXPList attr)
create a new vector of expressions from a list of expressions. |
|
| Method Summary | |
|---|---|
boolean |
isExpression()
check whether the REXP object is an expression vector |
| Methods inherited from class org.rosuda.REngine.REXPGenericVector |
|---|
asList, asNativeJavaObject, isList, isRecursive, length, toDebugString, toString |
| Methods inherited from class org.rosuda.REngine.REXPVector |
|---|
isNA, isVector |
| Methods inherited from class org.rosuda.REngine.REXP |
|---|
_attr, asBytes, asDouble, asDoubleMatrix, asDoubles, asFactor, asInteger, asIntegers, asString, asStrings, createDataFrame, dim, getAttribute, hasAttribute, inherits, isComplex, isEnvironment, isFactor, isInteger, isLanguage, isLogical, isNull, isNumeric, isPairList, isRaw, isReference, isString, isSymbol |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public REXPExpressionVector(RList list)
list - list of expressions to store in this vector
public REXPExpressionVector(RList list,
REXPList attr)
list - list of expressions to store in this vectorattr - attributes for the R object| Method Detail |
|---|
public boolean isExpression()
REXPREXP object is an expression vector
isExpression in class REXPtrue if the receiver is an expression vector, false otherwise
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||