Description Usage Arguments Value Examples
View source: R/equal_check_by_plot.R
This function generate a check layout in a retangular grid, The check is distributed by every # of plots
1 | equal_check_by_plot(n.row, n.col, by.plot)
|
n.row |
The row of a retangular grid |
n.col |
The column of a retangular grid |
by.plot |
The distance between checks (row-wise and col-wise) in the unit of plots |
A dataframe will return
1 2 3 4 | # To produce a 4 by 5 field with check distributed by every 2 plots
nr = 4; nc = 5
example.tmp = equal_check_by_plot(nr, nc, 2)
fields::quilt.plot(example.tmp, nx=nr, ny=nc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.