22
33S3method("$",ggproto)
44S3method("$",ggproto_parent)
5- S3method("$",theme )
6- S3method("$<-",uneval )
7- S3method("+",gg )
5+ S3method("$<-","ggplot2::element" )
6+ S3method("$<-","ggplot2::gg" )
7+ S3method("$<-","ggplot2::mapping" )
88S3method("[",mapped_discrete)
9- S3method("[",uneval)
9+ S3method("[<-","ggplot2::element")
10+ S3method("[<-","ggplot2::gg")
11+ S3method("[<-","ggplot2::mapping")
1012S3method("[<-",mapped_discrete)
11- S3method("[<-",uneval)
1213S3method("[[",ggproto)
13- S3method("[[<-",uneval)
14+ S3method("[[<-","ggplot2::element")
15+ S3method("[[<-","ggplot2::gg")
16+ S3method("[[<-","ggplot2::mapping")
1417S3method(.DollarNames,ggproto)
1518S3method(as.data.frame,mapped_discrete)
16- S3method(as.gtable,ggplot)
17- S3method(as.gtable,ggplot_built)
1819S3method(as.list,ggproto)
1920S3method(autolayer,default)
2021S3method(autoplot,default)
2122S3method(c,mapped_discrete)
2223S3method(drawDetails,zeroGrob)
23- S3method(element_grob,element_blank)
24- S3method(element_grob,element_line)
25- S3method(element_grob,element_point)
26- S3method(element_grob,element_polygon)
27- S3method(element_grob,element_rect)
28- S3method(element_grob,element_text)
2924S3method(format,ggproto)
3025S3method(format,ggproto_method)
3126S3method(format,rd_section_aesthetics)
@@ -52,30 +47,10 @@ S3method(fortify,sfg)
5247S3method(fortify,summary.glht)
5348S3method(fortify,tbl)
5449S3method(fortify,tbl_df)
55- S3method(get_alt_text,ggplot)
56- S3method(get_alt_text,ggplot_built)
57- S3method(get_alt_text,gtable)
5850S3method(ggplot,"function")
5951S3method(ggplot,default)
60- S3method(ggplot_add,"NULL")
61- S3method(ggplot_add,"function")
62- S3method(ggplot_add,Coord)
63- S3method(ggplot_add,Facet)
64- S3method(ggplot_add,Guides)
65- S3method(ggplot_add,Layer)
66- S3method(ggplot_add,Scale)
67- S3method(ggplot_add,by)
68- S3method(ggplot_add,data.frame)
6952S3method(ggplot_add,default)
70- S3method(ggplot_add,labels)
71- S3method(ggplot_add,list)
72- S3method(ggplot_add,theme)
73- S3method(ggplot_add,uneval)
74- S3method(ggplot_build,ggplot)
75- S3method(ggplot_build,ggplot_built)
76- S3method(ggplot_gtable,ggplot_built)
7753S3method(grid.draw,absoluteGrob)
78- S3method(grid.draw,ggplot)
7954S3method(grobHeight,absoluteGrob)
8055S3method(grobHeight,zeroGrob)
8156S3method(grobWidth,absoluteGrob)
@@ -98,27 +73,18 @@ S3method(limits,numeric)
9873S3method(makeContext,dotstackGrob)
9974S3method(make_constructor,Geom)
10075S3method(make_constructor,Stat)
101- S3method(merge_element,default)
102- S3method(merge_element,element)
103- S3method(merge_element,element_blank)
104- S3method(merge_element,margin)
10576S3method(pattern_alpha,GridPattern)
10677S3method(pattern_alpha,GridTilingPattern)
10778S3method(pattern_alpha,default)
10879S3method(pattern_alpha,list)
109- S3method(plot,ggplot)
11080S3method(predictdf,default)
11181S3method(predictdf,glm)
11282S3method(predictdf,locfit)
11383S3method(predictdf,loess)
114- S3method(print,element)
115- S3method(print,ggplot)
11684S3method(print,ggplot2_bins)
11785S3method(print,ggproto)
11886S3method(print,ggproto_method)
11987S3method(print,rel)
120- S3method(print,theme)
121- S3method(print,uneval)
12288S3method(scale_type,Date)
12389S3method(scale_type,POSIXt)
12490S3method(scale_type,character)
@@ -132,7 +98,6 @@ S3method(scale_type,logical)
13298S3method(scale_type,numeric)
13399S3method(scale_type,ordered)
134100S3method(scale_type,sfc)
135- S3method(summary,ggplot)
136101S3method(vec_cast,character.mapped_discrete)
137102S3method(vec_cast,double.mapped_discrete)
138103S3method(vec_cast,factor.mapped_discrete)
@@ -288,6 +253,7 @@ export(StatSummaryBin)
288253export(StatSummaryHex)
289254export(StatUnique)
290255export(StatYdensity)
256+ export(add_gg)
291257export(aes)
292258export(aes_)
293259export(aes_all)
@@ -313,6 +279,26 @@ export(binned_scale)
313279export(borders)
314280export(calc_element)
315281export(check_device)
282+ export(class_S3_gg)
283+ export(class_coord)
284+ export(class_derive)
285+ export(class_facet)
286+ export(class_gg)
287+ export(class_ggplot)
288+ export(class_ggplot_built)
289+ export(class_ggproto)
290+ export(class_guide)
291+ export(class_guides)
292+ export(class_labels)
293+ export(class_layer)
294+ export(class_layout)
295+ export(class_mapping)
296+ export(class_rel)
297+ export(class_scale)
298+ export(class_scales_list)
299+ export(class_theme)
300+ export(class_waiver)
301+ export(class_zero_grob)
316302export(combine_vars)
317303export(complete_theme)
318304export(continuous_scale)
@@ -353,6 +339,7 @@ export(draw_key_vline)
353339export(draw_key_vpath)
354340export(dup_axis)
355341export(el_def)
342+ export(element)
356343export(element_blank)
357344export(element_geom)
358345export(element_grob)
@@ -762,6 +749,7 @@ export(transform_position)
762749export(translate_shape_string)
763750export(unit)
764751export(update_geom_defaults)
752+ export(update_ggplot)
765753export(update_labels)
766754export(update_stat_defaults)
767755export(update_theme)
@@ -773,11 +761,13 @@ export(xlim)
773761export(ylab)
774762export(ylim)
775763export(zeroGrob)
764+ if (getRversion() < "4.3.0") importFrom("S7", "@")
776765import(grid)
777766import(gtable)
778767import(rlang)
779768import(scales)
780769import(vctrs)
770+ importFrom(S7,convert)
781771importFrom(grid,arrow)
782772importFrom(grid,unit)
783773importFrom(lifecycle,deprecated)
0 commit comments