File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 8
8
# ' @param ... other arguments passed to specific methods
9
9
# ' @return a ggplot layer
10
10
# ' @export
11
- # ' @seealso [autoplot()], [ggplot()] and [fortify()]
11
+ # ' @family plotting automation topics
12
12
autolayer <- function (object , ... ) {
13
13
UseMethod(" autolayer" )
14
14
}
Original file line number Diff line number Diff line change 105
105
# ' plot(my_data)
106
106
# ' ```
107
107
# '
108
+ # ' @family plotting automation topics
109
+ # '
108
110
# ' @name automatic_plotting
109
111
NULL
110
112
118
120
# ' @param ... other arguments passed to specific methods
119
121
# ' @return a ggplot object
120
122
# ' @export
121
- # ' @seealso [autolayer()], [ggplot()] and [fortify()]
123
+ # ' @family plotting automation topics
122
124
autoplot <- function (object , ... ) {
123
125
UseMethod(" autoplot" )
124
126
}
Original file line number Diff line number Diff line change 4
4
# ' package, which implements a much wider range of methods. `fortify()`
5
5
# ' may be deprecated in the future.
6
6
# '
7
+ # ' @family plotting automation topics
7
8
# ' @seealso [fortify.lm()]
8
9
# ' @param model model or other R object to convert to data frame
9
10
# ' @param data original dataset, if needed
You can’t perform that action at this time.
0 commit comments