image.raw {potts} | R Documentation |
Plot Potts Model Data
Description
plot Potts model data.
Usage
## S3 method for class 'raw'
image(x, col = c("white", "red", "blue", "green",
"black", "cyan", "yellow", "magenta"), ...)
Arguments
x |
an R vector of class |
col |
a vector of colors. Must be as many as number of colors of Potts model. |
... |
other arguments passed to |
Bugs
Too slow for large images. Needs to be rewritten for efficient plotting.
See Also
[Package potts version 0.5-11 Index]