| 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", ...).
funcNamethe name of the fitting function
descriptionthe description of the fitting function
labellabel of the fit component associated to the added fit component
paramthe list of fitting parameters
rsfthe RSF associated to the fit component (the same as that of the Core-Line)
ycoorthe y values of the best fit
linkthe 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.