R/create.parameter.df.R

Defines functions create.parameter.df

Documented in create.parameter.df

create.parameter.df <-
function(alpha,x,y,e)
  {
   par_output <- c(alpha, x, y, e)
   names(par_output) <- c("alpha", "x", "y", "e")
   return(as.data.frame(par_output))
  }

Try the MetaLandSim package in your browser

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

MetaLandSim documentation built on Jan. 13, 2023, 1:11 a.m.