Description Usage Author(s) Examples
View source: R/Cross.R
Cross table
1
Cross()
Zhonghui Gai
1 2 3 4 5 6
Cross() Cross() |> groutable::dt2() library(ggplot2) ggplot(data= data.frame(x=1:12,y=1:12), aes(x,y)) + geom_point(shape = Cross()$symbols, size = 8) + theme_void()
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.