vars_from_label {gratia} | R Documentation |
Returns names of variables from a smooth label
Description
Returns names of variables from a smooth label
Usage
vars_from_label(label)
Arguments
label |
character; a length 1 character vector containing the label of a smooth. |
Examples
vars_from_label("s(x1)")
vars_from_label("t2(x1,x2,x3)")
[Package gratia version 0.9.2 Index]