visualise | R Documentation |
Visualise a matrix X
visualise(
X,
aspect.ratio = c("automatic", "actual"),
axes = FALSE,
frame.plot = FALSE
)
X |
a matrix |
aspect.ratio |
if automatic, it will be calculated automatically to fit screen, otherwise, the actual dimension of the matrix will be used. |
axes |
whether to display axes |
frame.plot |
whether to draw a frame |
a color plot of matrix value magnitude
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.