plant: Assign elements of a list with seeds

Description Usage Arguments See Also

View source: R/gather.R

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

1
2
3
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


harvestr documentation built on May 30, 2017, 2:39 a.m.