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 0891d0d commit a1340aeCopy full SHA for a1340ae
1 file changed
R/plot.fosr.perm.R
@@ -1,7 +1,7 @@
1
#' @export
2
#' @rdname fosr.perm
3
plot.fosr.perm <-
4
-function(x, level=.05, xlabel="", title=NULL,...) {
+function(x, level=NULL, xlabel="", title=NULL,...) {
5
if (is.null(level)) {
6
if (is.null(x$level)) stop("Must specify level at which to test")
7
else testobj = x
0 commit comments