Skip to content

Commit a1340ae

Browse files
committed
Update plot.fosr.perm.R
1 parent 0891d0d commit a1340ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/plot.fosr.perm.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @export
22
#' @rdname fosr.perm
33
plot.fosr.perm <-
4-
function(x, level=.05, xlabel="", title=NULL,...) {
4+
function(x, level=NULL, xlabel="", title=NULL,...) {
55
if (is.null(level)) {
66
if (is.null(x$level)) stop("Must specify level at which to test")
77
else testobj = x

0 commit comments

Comments
 (0)