R/entryDataMethods.R

setMethod("entryData",
          signature(object = "movG"),
          function(object,...)
          {
            return(round(data.frame(row = object@row,
                              column = object@col,
                              adjustedPhe = object@adjustedPhe,
                              observedPhe = object@observedPhe,
                              movingMean = object@movingMean,
                              nValues = object@nValues),3))
          }
           ) 

Try the mvngGrAd package in your browser

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

mvngGrAd documentation built on Oct. 10, 2023, 1:08 a.m.