-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
26 lines (25 loc) · 711 Bytes
/
Copy pathNAMESPACE
File metadata and controls
26 lines (25 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,plotness_fit)
S3method(coef,plotness_fit)
S3method(ggplot2::autoplot,plotness_fit)
S3method(print,plotness_fit)
export(autoplot)
export(plotness)
export(plotness_fit)
import(stats)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(rlang,arg_match)
importFrom(rlang,caller_env)
importFrom(vcd,goodfit)