powered by
Select rows by position, based on $fac. See examples and ?dplyr::slice.
$fac
?dplyr::slice
slice(.data, ...)
a Coo, Coe, PCA object
Coo
Coe
PCA
logical conditions
a Momocs object of the same class.
dplyr verbs are maintained.
Other handling functions: arrange, at_least, chop, combine, dissolve, fac_dispatcher, filter, mutate, rescale, rm_harm, rm_uncomplete, rw_fac, sample_frac, sample_n, select
arrange
at_least
chop
combine
dissolve
fac_dispatcher
filter
mutate
rescale
rm_harm
rm_uncomplete
rw_fac
sample_frac
sample_n
select
# NOT RUN { olea slice(olea, 1) # if you only want the coordinates, try bot[1] slice(olea, 1:20) slice(olea, 21:30) # }
Run the code above in your browser using DataLab