R/data.gen.phi.Obs.r

Defines functions gen.phi.Obs

Documented in gen.phi.Obs

### Convert phi.df to phi.Obs

gen.phi.Obs <- function(phi.df){
  phi.Obs <- phi.df[, 2]
  names(phi.Obs) <- phi.df[, 1]
  phi.Obs
} # End of gen.phi.Obs().

Try the cubfits package in your browser

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

cubfits documentation built on Nov. 8, 2021, 1:07 a.m.