Description Usage Arguments Examples
Texture Matrix Visualization
GLCM image
GLRLM image
GLSZM image
MGLSZM image
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15  | ## S4 method for signature 'glcm'
image(x, xlab = "Grey Level", ylab = "Grey Level",
  col = colscale(length(unique(c(x@.Data)))))
## S4 method for signature 'glrlm'
image(x, xlab = "Grey Level", ylab = "Run Length",
  col = colscale(length(unique(c(x@.Data)))))
## S4 method for signature 'glszm'
image(x, xlab = "Grey Level", ylab = "Zone Size",
  col = colscale(length(unique(c(x@.Data)))))
## S4 method for signature 'mglszm'
image(x, xlab = "Grey Level", ylab = "Zone Size",
  col = colscale(length(unique(c(x@.Data)))))
 | 
x | 
 Matrix of class "glcm", "glrlm", "glszm" or "mglszm"  | 
xlab | 
 The label for the x-axis  | 
ylab | 
 The label for the y-axis  | 
col | 
 Use viridis scale if available  | 
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.