R/as.Gram.r

Defines functions as.Gram

Documented in as.Gram

  ##########################
  #### function as.Gram ####
  ##########################


 as.Gram <- function(x){
   G<-as.matrix(x)
   class(G)<-"Gram"
   return(G)
 }

Try the dbstats package in your browser

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

dbstats documentation built on Dec. 7, 2022, 5:14 p.m.