Skip to content

Commit

Permalink
Fixed #46 with corrected fork for plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
ngotelli committed Feb 24, 2015
1 parent 521e781 commit 179626a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/coccurrence_null.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ plot.coocnullmod <- function(x, type = "hist",...)
if(type == "cooc"){
Date.Stamp=date()
par(mfrow=c(1,2))
if(is.na(nullmodObj$burn.in)){
# if(is.na(nullmodObj$burn.in)){
if(nullmodObj$Algorithm!="sim9"){
Fun.Alg <- get(nullmodObj$Algorithm)
} else {
Fun.Alg <- sim9_single
Expand Down

0 comments on commit 179626a

Please sign in to comment.