nknots {tradeSeq} | R Documentation |
Get the number of knots used for the fit
nknots(models, ...) ## S4 method for signature 'SingleCellExperiment' nknots(models) ## S4 method for signature 'list' nknots(models)
models |
The fitted GAMs, typically the output from
|
... |
parameters including: |
A numeric, the number of nknots
data(gamList, package = "tradeSeq") nknots(gamList)