mutate | R Documentation |
Add new variables to the $fac
. See examples and ?dplyr::mutate
.
mutate(.data, ...)
.data |
a |
... |
comma separated list of unquoted expressions |
dplyr verbs are maintained.
a Momocs object of the same class.
Other handling functions:
arrange()
,
at_least()
,
chop()
,
combine()
,
dissolve()
,
fac_dispatcher()
,
filter()
,
rename()
,
rescale()
,
rm_harm()
,
rm_missing()
,
rm_uncomplete()
,
rw_fac()
,
sample_frac()
,
sample_n()
,
select()
,
slice()
,
subsetize()
olea
mutate(olea, id=factor(1:length(olea)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.