View source: R/mesh_thicknessMap.R
mesh_tmap_plot | R Documentation |
Plots a given thickness map with some sensible defaults using ggplot
mesh_tmap_plot(
tmap,
font_size,
y.label = "PC2 (mm)",
x.label = "",
annot = "A"
)
tmap |
A thickness map as output by the mesh_tmap function |
font_size |
A numeric value specifying the font size argument to be passed on to ggplot |
y.label |
A text to be used to label the y axis |
x.label |
A text to be used to label the x axis |
annot |
An annotation to be added to the resulting graph |
A ggplot object, ready to be plotted.
Cornel M. Pop
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.