Learn R Programming

cccp (version 0.3-1)

getFoo: Extractor methods for reference class objects

Description

Returns a member of reference class objects.

Usage

# S4 method for Rcpp_PDV
getx(object)  
# S4 method for Rcpp_CPS
getx(object)  
# S4 method for Rcpp_PDV
gety(object)  
# S4 method for Rcpp_CPS
gety(object)  
# S4 method for Rcpp_PDV
gets(object)  
# S4 method for Rcpp_CPS
gets(object)  
# S4 method for Rcpp_PDV
getz(object)  
# S4 method for Rcpp_CPS
getz(object)  
# S4 method for Rcpp_CPS
getstate(object)  
# S4 method for Rcpp_CPS
getstatus(object)  
# S4 method for Rcpp_CPS
getniter(object)  
# S4 method for Rcpp_CTRL
getparams(object)

Value

The relevant member object of the class.

Arguments

object

An object of either reference-class Rcpp_PDV or Rcpp_CPS, or Rcpp_CTRL.