Cross: Cross table

Description Usage Author(s) Examples

View source: R/Cross.R

Description

Cross table

Usage

1

Author(s)

Zhonghui Gai

Examples

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()

ZhonghuiGai/symbols documentation built on Dec. 18, 2021, 9:20 p.m.