smooth_coef_indices {gratia} | R Documentation |
Returns a vector of indices of the parametric terms that represent the supplied smooth. Useful for extracting model coefficients and columns of their covariance matrix.
smooth_coef_indices(smooth)
smooth |
an object that inherits from class |
A numeric vector of indices.
Gavin L. Simpson
smooth_coefs()
for extracting the coefficients for a particular
smooth.