View source: R/violin_functions.R
pt2mm | R Documentation |
Convert font sizes in pt to mm
pt2mm(pt)
pt |
A numeric font size in pt. |
A numeric font size in mm.
pt2mm(12) ggplot(mtcars) + geom_text(aes(x = mpg, y = wt, label = rownames(mtcars)), size = pt2mm(7))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.