Skip to content

Commit

Permalink
use different scaling for F and t statistics in densityplot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jari Oksanen committed Apr 30, 2016
1 parent efdad98 commit 307bece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/permutest.betadisper.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ plot(mod.HSD)

## Has permustats() method
pstat <- permustats(pmod)
densityplot(pstat)
densityplot(pstat, scales = list(x = list(relation = "free")))
qqmath(pstat)
}
\keyword{methods}
Expand Down

0 comments on commit 307bece

Please sign in to comment.