Skip to content

Commit

Permalink
Update the example of triangle.traject: replace cex=0 by col="white" …
Browse files Browse the repository at this point in the history
…to not display axis titles and try to pass the pkgdown workflow
  • Loading branch information
aursiber committed Mar 7, 2024
1 parent 28c3633 commit 84f2ac0
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, col = TRUE, axis.text = list(cex = 0))
pgrid.draw = FALSE, col = TRUE, axis.text = list(col = "white"))
}
\keyword{hplot}
Expand Down

0 comments on commit 84f2ac0

Please sign in to comment.