Extractor methods for reference class objects
Returns a member of reference class objects.
## S4 method for signature 'Rcpp_PDV' getx(object) ## S4 method for signature 'Rcpp_CPS' getx(object) ## S4 method for signature 'Rcpp_PDV' gety(object) ## S4 method for signature 'Rcpp_CPS' gety(object) ## S4 method for signature 'Rcpp_PDV' gets(object) ## S4 method for signature 'Rcpp_CPS' gets(object) ## S4 method for signature 'Rcpp_PDV' getz(object) ## S4 method for signature 'Rcpp_CPS' getz(object) ## S4 method for signature 'Rcpp_CPS' getstate(object) ## S4 method for signature 'Rcpp_CPS' getstatus(object) ## S4 method for signature 'Rcpp_CPS' getniter(object) ## S4 method for signature 'Rcpp_CTRL' getparams(object)
object
: An object of either reference-class Rcpp_PDV
or Rcpp_CPS
, or Rcpp_CTRL
.The relevant member object of the class.
Useful links