R/getbasisrange.R

Defines functions getbasisrange

Documented in getbasisrange

getbasisrange <- function(basisobj){
#  GETBASISRANGE   Extracts the range from basis object BASISOBJ.
#  R port 2007.11.28 by Spencer Graves  
#  previously modified 30 June 1998

  if(!is.basis(basisobj))
    stop("'basisobj' is not a functional basis object.")
#
  rangeval <- basisobj$rangeval
  rangeval
}

Try the fda package in your browser

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

fda documentation built on May 31, 2023, 9:19 p.m.