fitComponents-class | R Documentation |
a class that describes a fit component. The class has the
definition of all the necessary informations needed to use a fit component
algorithm store all the related infromation, enable specific plot functionalities
Objects from the Class: Objects can be created by calls of the form
new("fitComponents", ...)
.
funcName
the name of the fitting function
description
the description of the fitting function
label
label of the fit component associated to the added fit component
param
the list of fitting parameters
rsf
the RSF associated to the fit component (the same as that of the Core-Line)
ycoor
the y values of the best fit
link
the list containing the series of links associated to this fit component
## Not run:
showClass("fitComponents")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.