Skip to content

Commit

Permalink
Small corrections in demo and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfaria committed Jul 17, 2013
1 parent 4807bc9 commit 46c3634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions demo/CRD.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,8 @@ av2 <- with(CRD2,
data=dfm))
summary(av2)

sk8 <- with(CRD2,
SK(x=av2,
which='x'))
sk8 <- SK(x=av2,
which='x')
summary(sk8)
plot(sk8,
col=rainbow(max(sk8$groups)),
Expand Down
5 changes: 2 additions & 3 deletions man/ScottKnott-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,8 @@ av <- with(CRD2,
data=dfm))
summary(av)
sk3 <- with(CRD2,
SK(x=av,
which='x'))
sk3 <- SK(x=av,
which='x')
summary(sk3)
plot(sk3,
col=rainbow(max(sk3$groups)),
Expand Down

0 comments on commit 46c3634

Please sign in to comment.