]> git.donarmstrong.com Git - ape.git/blobdiff - man/image.DNAbin.Rd
a bunch of new stuff (see ChangeLog)
[ape.git] / man / image.DNAbin.Rd
index 7ad62df27d756f51086ca694071d6fe80c38738c..26059de63ef713214a4e3ec7f97746460b20d021 100644 (file)
@@ -43,7 +43,8 @@
 }
 \author{Emmanuel Paradis}
 \seealso{
-  \code{\link{DNAbin}}, \code{\link{del.gaps}}, \code{\link{clustal}}
+  \code{\link{DNAbin}}, \code{\link{del.gaps}}, \code{\link{clustal}},
+  \code{\link[graphics]{grid}}
 }
 \examples{
 data(woodmouse)
@@ -57,6 +58,7 @@ for (x in c("a", "g", "c", "t"))
 par(mfcol = c(1, 1))
 ### zoom on a portion of the data:
 image(woodmouse[11:15, 1:50], c("a", "n"), c("blue", "grey"))
+grid(50, 5, col = "black")
 ### see the guanines on a black background:
 image(woodmouse, "g", "yellow", "black")
 }