plot.sparse | R Documentation |
This function visualizes a sparse matrix using vertical bands corresponding to presence or absence of a species in an area.
## S3 method for class 'sparse'
plot(x, col = c("red", "yellow"), lwd = 1, ...)
x |
A matrix |
col |
A vector of colors to represent presence or absence of a species |
lwd |
Line width |
... |
Further arguments passed to or from other methods. |
Returns no value, just plot sparse matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.