Rdocumentation
powered by
Learn R Programming
harvestr (version 0.1)
gather: Gather independent seeds.
Description
Gather independent seeds.
Usage
gather(x, ..., .starting = F)
Arguments
x
number of seeds, or an object with seeds to gather
...
passed on
.starting
if TRUE starting seeds with be gathered rather than ending seeds. Equivalant to
spawn.new.sprng
when x is a number.