draw.coef {TensorTest2D} | R Documentation |
Marking Specific Pixels on the Given Image Plot
Description
Marking Specific Pixels on the Given Image Plot
Usage
draw.coef(
img,
marks,
markstyle = c("black", "bi-dir"),
showlabels = TRUE,
plot.legend = TRUE,
grids = FALSE,
...
)
Arguments
img |
a matrix of image data. |
marks |
a matrix of the same size as |
markstyle |
string. The style of pixels' marks. If |
showlabels |
boolean. For |
plot.legend |
boolean. Set |
grids |
boolean. If |
... |
further arguments passed to the |
Author(s)
Ping-Yang Chen
See Also
Examples
#