getFoo function

Extractor methods for reference class objects

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)

Arguments

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

Returns

The relevant member object of the class.

  • Maintainer: Bernhard Pfaff
  • License: GPL (>= 3)
  • Last published: 2023-12-09

Useful links