View source: R/visium.graphics.R View source: R/.ipynb_checkpoints/visium.utilities-checkpoint.R
plotVisiumHex | R Documentation |
Normally this function shouldn't be called directly. Use plotVisium instead
plotVisiumHex(
xy,
cex = 1,
col = "red",
border = col,
xlab = "Cols",
ylab = "Rows",
xlim = NULL,
ylim = NULL,
hexstep = 0.25,
transpose = FALSE,
...
)
xy |
seu@images[.]@coordinates |
cex |
spot size |
col |
spot color |
border |
color of spot border (by default) |
xlim , ylim , xlab , ylab |
parameters of |
hexstep |
size of spot hex, do not change unless you know what you are doing |
transpose |
logical, whether to transpose the figure |
... |
other parameters to be passed to |
data.frame with spot coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.