subs {GENEAread} | R Documentation |
subsets a proportion of the dataset, or a certain length of the dataset starting at a specific proportion position
subs(x, a, b)
x |
object to subset |
a |
Start point to separate the object |
b |
End point to separate the object |