Skip to content

Commit

Permalink
Update the example of triangle.traject
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Mar 7, 2024
1 parent fcb84a0 commit 79096f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/triangle.traject.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ com <- as.factor(rep(c("Gig", "Lun", "Gan", "Mat"), c(3, 3, 3, 3)))
rec <- as.factor(rep(c("68", "75", "82"), 4))
row.names(exo1) <- paste(com, rec, sep = "")
tri1 <- triangle.traject(exo1, fac = com, showposition=FALSE,
pgrid.draw = FALSE)
pgrid.draw = FALSE, col = TRUE)
}
\keyword{hplot}
Expand Down

0 comments on commit 79096f5

Please sign in to comment.