powered by
geometric emoji
square(size = c("small", "medium", "medium-small", "large"), color = c("white", "black"))diamond(size = c("large", "small"), color = c("orange", "blue"))
diamond(size = c("large", "small"), color = c("orange", "blue"))
size
color
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"
# NOT RUN { square( "small", "black" ) square( "large", "white" ) diamond( "small", "orange") # } # NOT RUN { # }
Run the code above in your browser using DataLab