getParam-fitComponents-method: getParam

getParam,fitComponents-methodR Documentation

getParam

Description

method to get the value of the specified fitting parameter from an object@Component[[j]] where object is of class 'XPSCoreLine' and j indicates the jth fit component

Usage

## S4 method for signature 'fitComponents'
getParam(object, parameter = NULL, variable = NULL)

Arguments

object

a Core_Line object of class XPSCoreLine

parameter

character is one of the "start", "max" or "min" parameter to be set

variable

character as "mu", "sigma"... indicates the parameter to set

Value

'getParam' returns the value of the requested parameter

Examples

## Not run: 
  getParam(test[["C1s"]]@Component[[2]], parameter="start", variable="mu")

## End(Not run)

GSperanza/RxpsG_2.3-1 documentation built on Feb. 11, 2024, 5:09 p.m.