Description Usage Arguments Value Note
View source: R/create_experiments.R
Find the bottom left (south west) corner of a block
1 2 3 4 5 6 7 | get_block_origin(
centroid,
treatment_number,
plot_length,
plot_width,
border_width
)
|
centroid |
numeric vector; named vector of the xy point of the desired
block centroid. 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. |
A named vector of xy coordinates describing the location of the bottom left (south west) corner of one block.
border_width
is only used to to create borders between plots inside
the block. The block is draw with no external border.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.