slice | R Documentation |
Select rows by position, based on $fac
. See examples and ?dplyr::slice
.
slice(.data, ...)
.data |
a |
... |
logical conditions |
dplyr verbs are maintained.
a Momocs object of the same class.
Other handling functions:
arrange()
,
at_least()
,
chop()
,
combine()
,
dissolve()
,
fac_dispatcher()
,
filter()
,
mutate()
,
rename()
,
rescale()
,
rm_harm()
,
rm_missing()
,
rm_uncomplete()
,
rw_fac()
,
sample_frac()
,
sample_n()
,
select()
,
subsetize()
olea
slice(olea, 1) # if you only want the coordinates, try bot[1]
slice(olea, 1:20)
slice(olea, 21:30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.