Nothing
new_sgl_geom_point <- function() {
new_sgl_geom(class = "sgl_geom_point")
}
#' @export
geom_name.sgl_geom_point <- function(geom) {
"point"
}
#' @export
ggplot_geom.sgl_geom_point <- function(geom) {
ggplot2::geom_point
}
#' @export
valid_non_pos_aes.sgl_geom_point <- function(geom) {
.non_pos_aes
}
#' @export
valid_qual_list.sgl_geom_point <- function(geom) {
"jittered"
}
#' @export
has_direction.sgl_geom_point <- function(geom) {
FALSE
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.