Nothing
#' Don't adjust position
#'
#' @family position adjustments
#' @export
position_identity <- function() {
PositionIdentity
}
#' @rdname ggplot2-ggproto
#' @format NULL
#' @usage NULL
#' @export
PositionIdentity <- ggproto("PositionIdentity", Position,
compute_layer = function(self, data, params, layout) {
data
}
)
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.