We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c80d0f commit a0cbcadCopy full SHA for a0cbcad
NAMESPACE
@@ -35,4 +35,5 @@ importFrom(graphics,screen)
35
importFrom(graphics,split.screen)
36
importFrom(graphics,text)
37
importFrom(graphics,title)
38
+importFrom(stats,predict)
39
importFrom(utils,capture.output)
R/cf_data.R
@@ -15,6 +15,7 @@
15
#' @param gg If TRUE, will use ggplot2 by calling gcf_func
16
#' @param ... passed to cf_func
17
#' @importFrom utils capture.output
18
+#' @importFrom stats predict
19
#' @examples
20
#' x <- runif(20)
21
#' y <- runif(20)
0 commit comments