From d135d7015fa330b7d4b5008424847f6df9ce4395 Mon Sep 17 00:00:00 2001 From: xiangpin Date: Mon, 1 Sep 2025 11:33:58 +0800 Subject: [PATCH] inherit ggplot class --- R/aplot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/aplot.R b/R/aplot.R index 23649d2..bc76479 100644 --- a/R/aplot.R +++ b/R/aplot.R @@ -13,7 +13,7 @@ as.aplot <- function(plot) { n = 1, main_col = 1, main_row = 1), - class = "aplot") + class = c("aplot", "ggplot")) }