powered by
Select rows by position, based on $fac. See examples and ?dplyr::slice.
$fac
?dplyr::slice
slice(.data, ...)
a Momocs object of the same class.
a Coo, Coe, PCA object
Coo
Coe
PCA
logical conditions
dplyr verbs are maintained.
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()
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)
Run the code above in your browser using DataLab