Class: Rserve::REXP::ExpressionVector
- Inherits:
-
GenericVector
- Object
- Rserve::REXP
- Vector
- GenericVector
- Rserve::REXP::ExpressionVector
- Defined in:
- lib/rserve/rexp/expressionvector.rb
Constant Summary
Constants inherited from Rserve::REXP
Instance Attribute Summary
Attributes inherited from GenericVector
Attributes inherited from Vector
Attributes inherited from Rserve::REXP
Instance Method Summary collapse
Methods inherited from GenericVector
#as_list, #initialize, #length, #list?, #recursive?, #to_ruby_internal
Methods inherited from Vector
#==, #length, #na?, #to_a, #to_ruby_internal, #vector?
Methods inherited from Rserve::REXP
#as_bytes, #as_double, #as_double_matrix, #as_doubles, #as_factor, #as_float, #as_floats, #as_integer, #as_integers, #as_list, #as_matrix, #as_nested_array, #as_string, #as_strings, #complex?, create_data_frame, #dim, #environment?, #factor?, #get_attribute, #has_attribute?, #inherits?, #initialize, #integer?, #language?, #length, #list?, #logical?, #na?, #null?, #numeric?, #pair_list?, #raw?, #recursive?, #reference?, #split_array, #string?, #symbol?, #to_debug_string, #to_f, #to_i, #to_ruby, #to_ruby_internal, #vector?
Constructor Details
This class inherits a constructor from Rserve::REXP::GenericVector
Instance Method Details
#expression? ⇒ Boolean
4 5 6 |
# File 'lib/rserve/rexp/expressionvector.rb', line 4 def expression? true end |