Description Usage Arguments Value
View source: R/create_experiments.R
Find the bottom left (south west) corner of each block in a connected experiment
1 2 3 4 5 6 7 8 9 | get_experiment_origins(
centroid,
treatment_number,
plot_length,
plot_width,
border_width,
block_rows,
block_cols
)
|
centroid |
numeric vector; named vector of the xy point of the center of
the whole experiment. Must have the names |
treatment_number |
integer; the number of treatments or plots that should be included in each block. |
plot_length |
numeric; desired plot length in meters. |
plot_width |
numeric; desired plot width in meters. |
border_width |
numeric; desired width between plots in meters. |
block_rows |
integer; number of rows the blocks should be arranged into.
|
block_cols |
integer; number of cols the blocks should be arranged into.
|
A matrix of the xy origins (bottom left/south west corner) of each block in an experiment. The matrix columns are named x and y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.