Nothing
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"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.