From 594d8f7f79ed9978805a154a29e8382beb92e451 Mon Sep 17 00:00:00 2001 From: Yunuuuu Date: Sun, 8 Dec 2024 16:46:49 +0800 Subject: [PATCH] docs update --- R/plot-free-gg.R | 1 - man/free_gg.Rd | 3 --- 2 files changed, 4 deletions(-) diff --git a/R/plot-free-gg.R b/R/plot-free-gg.R index 033fd56c..1373c592 100644 --- a/R/plot-free-gg.R +++ b/R/plot-free-gg.R @@ -56,7 +56,6 @@ free_gg.uneval <- function(data = waiver(), ...) { } #' @export -#' @rdname free_gg free_gg.ggplot <- function(data = waiver(), ..., size = NULL, active = NULL) { plot <- data # In ggplot2, `waiver()` was regard to no data diff --git a/man/free_gg.Rd b/man/free_gg.Rd index 86ba7f46..46c7620b 100644 --- a/man/free_gg.Rd +++ b/man/free_gg.Rd @@ -4,14 +4,11 @@ \alias{free_gg} \alias{ggfree} \alias{free_gg.default} -\alias{free_gg.ggplot} \title{Add ggplot to layout} \usage{ free_gg(data = waiver(), ..., size = NULL, active = NULL) \method{free_gg}{default}(data = waiver(), mapping = aes(), ..., size = NULL, active = NULL) - -\method{free_gg}{ggplot}(data = waiver(), ..., size = NULL, active = NULL) } \arguments{ \item{data}{A dataset used to initialize a \code{\link[ggplot2:ggplot]{ggplot}}