R/Methods-angles.R

##
## Methods for returning the Euler angles
## ======================================
##
## Method definition for objects of class "Goestml"
##
setMethod(f = "angles", signature = "Goestml", definition = function(object){
  angles <- object@opt$par
  names(angles) <- paste("angle", seq(along.with = angles), sep = "")
  return(angles)
})

Try the gogarch package in your browser

Any scripts or data that you put into this service are public.

gogarch documentation built on April 29, 2022, 5:06 p.m.