plot.recmap {recmap} | R Documentation |
Plot a recmap object.
Description
plots input and output of the recmap
function.
The function requires column names (x, y, dx, dy).
Usage
## S3 method for class 'recmap'
plot(x, col = "#00000011", col.text = "grey", border = "darkgreen", ...)
Arguments
x |
|
col |
a vector of colors. |
col.text |
a vector of colors. |
border |
This parameter is passed to the |
... |
whatsoever |
Value
graphical output
Examples
checkerboard(2) |> recmap() |> plot()
[Package recmap version 1.0.17 Index]