File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Generated by roxygen2: do not edit by hand
2
2
3
+ S3method("$","ggplot2::class_theme")
3
4
S3method("$","ggplot2::element")
4
5
S3method("$","ggplot2::gg")
5
- S3method("$","ggplot2::theme")
6
6
S3method("$",ggproto)
7
7
S3method("$",ggproto_parent)
8
8
S3method("$<-","ggplot2::element")
@@ -92,9 +92,9 @@ S3method(predictdf,default)
92
92
S3method(predictdf,glm)
93
93
S3method(predictdf,locfit)
94
94
S3method(predictdf,loess)
95
+ S3method(print,"ggplot2::class_theme")
95
96
S3method(print,"ggplot2::ggplot")
96
97
S3method(print,"ggplot2::mapping")
97
- S3method(print,"ggplot2::theme")
98
98
S3method(print,element)
99
99
S3method(print,ggplot2_bins)
100
100
S3method(print,ggproto)
Original file line number Diff line number Diff line change @@ -1051,9 +1051,9 @@ combine_s3_elements <- function(e1, e2) {
1051
1051
}
1052
1052
1053
1053
# ' @export
1054
- `$.ggplot2::theme ` <- function (x , ... ) {
1054
+ `$.ggplot2::class_theme ` <- function (x , ... ) {
1055
1055
.subset2(x , ... )
1056
1056
}
1057
1057
1058
1058
# ' @export
1059
- `print.ggplot2::theme ` <- function (x , ... ) utils :: str(x )
1059
+ `print.ggplot2::class_theme ` <- function (x , ... ) utils :: str(x )
You can’t perform that action at this time.
0 commit comments