geometric: geometric emoji

Description Usage Arguments Details Examples

Description

geometric emoji

Usage

1
2
3
4
square(size = c("small", "medium", "medium-small", "large"),
  color = c("white", "black"))

diamond(size = c("large", "small"), color = c("orange", "blue"))

Arguments

size

size

color

color

Details

For 'square': - 'size' should be one of 'c( "small", "medium", "medium-small", "large" )' - 'color' should be "white" or "black"

For 'diamond' - 'size' should be "large" or "small" - 'color' should be "orange" or "blue"

Examples

1
2
3
4
5
6
7
## Not run: 
square( "small", "black" )
square( "large", "white" )

diamond( "small", "orange")

## End(Not run)

hadley/emo documentation built on Dec. 16, 2019, 3:42 p.m.