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 May 29, 2024, 1:11 a.m.