diff --git a/R/plot.fosr.perm.R b/R/plot.fosr.perm.R index 9539dbc7..00c93b23 100644 --- a/R/plot.fosr.perm.R +++ b/R/plot.fosr.perm.R @@ -1,7 +1,7 @@ #' @export #' @rdname fosr.perm plot.fosr.perm <- -function(x, level=.05, xlabel="", title=NULL,...) { +function(x, level=NULL, xlabel="", title=NULL,...) { if (is.null(level)) { if (is.null(x$level)) stop("Must specify level at which to test") else testobj = x