check_user_select_smooths {gratia} | R Documentation |
Select smooths based on user's choices
Description
Given a vector indexing the smooths of a GAM, returns a logical vector selecting the requested smooths.
Usage
check_user_select_smooths(
smooths,
select = NULL,
partial_match = FALSE,
model_name = NULL
)
Arguments
smooths |
character; a vector of smooth labels. |
select |
numeric, logical, or character vector of selected smooths. |
partial_match |
logical; in the case of character |
model_name |
character; a model name that will be used in error messages. |
Value
A logical vector the same length as length(smooths)
indicating
which smooths have been selected.
Author(s)
Gavin L. Simpson
[Package gratia version 0.9.2 Index]