R/gr_Data.R

Defines functions CSData GData

# do not export any of these class definitions



GData<- function(x)
{
  class(x)<- append(class(x), "GData")
  return(x)
}



CSData<- function(x)
{
  class(x)<- append(class(x), "CSData")
  return(x)
}

Try the gremes package in your browser

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

gremes documentation built on Feb. 16, 2023, 8:06 p.m.