R/classes.R

setClass(Class="peaklist",
         representation(peaklist = "matrix",
                        peaklistprocessed = "matrix",
                        model = "character",
                        averagine.table = "matrix",
                        loss = "character",
                        alpha = "function",
                        sigma = "function",
                        mu = "function",
                        charges = "numeric",
                        basis = "sparseMatrix",
                        book = "matrix",
                        beta = "numeric",
                        locnoise = "matrix",
                        noiselevel = "numeric",
                        goodnessoffit = "numeric",
                        data = "list"))
                   
setClass(Class="modelfit",
         representation(model = "character",
                        fitting = "character",
                        alphafunction = "function",
                        sigmafunction = "function",
                        mufunction = "function",
                        peakfitresults = "matrix",
                        bestpeak = "list"))

Try the IPPD package in your browser

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

IPPD documentation built on April 28, 2020, 6:58 p.m.