Learn R Programming

harvestr (version 0.7.1)

plant: Assign elements of a list with seeds

Description

The function plant assigns each element in list set seed. This will replace and ending seeds values already set for the objects in the list.

The graft function replicates an object with independent substreams. The result from graft should be used with harvest.

Usage

plant(.list, seeds = gather(length(.list), ...), ...)
graft(x, n, seeds = sprout(x, n))

Arguments

.list
a list to set seeds on
seeds
to plant from gather or sprout
...
passed to gather to generate seeds.
x
an objects that already has seeds.
n
number of seeds to create

See Also

Other harvest: farm, gather, harvest, sprout

Other harvest: farm, gather, harvest, sprout