R/movG-class.R

setClass("movG",
         representation(movingMeanMap = "matrix",
                        row = "integer",
                        col = "integer",
                        observedPhe = "numeric",
                        adjustedPhe = "numeric",
                        movingMean = "numeric",
                        nValues = "integer",
                        adjModel = "lm",
                        correlation = "numeric",
                        maxValues = "integer",
                        FunCall = "call"))

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.