We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e3d4d commit d135d70Copy full SHA for d135d70
1 file changed
R/aplot.R
@@ -13,7 +13,7 @@ as.aplot <- function(plot) {
13
n = 1,
14
main_col = 1,
15
main_row = 1),
16
- class = "aplot")
+ class = c("aplot", "ggplot"))
17
18
}
19
0 commit comments