[Mattice-commits] r202 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Aug 24 05:43:30 CEST 2009
Author: andrew_hipp
Date: 2009-08-24 05:43:29 +0200 (Mon, 24 Aug 2009)
New Revision: 202
Modified:
pkg/R/plot.ouSim.R
Log:
changing trplot.ouSim to plot.ouSim
Modified: pkg/R/plot.ouSim.R
===================================================================
--- pkg/R/plot.ouSim.R 2009-06-03 04:35:24 UTC (rev 201)
+++ pkg/R/plot.ouSim.R 2009-08-24 03:43:29 UTC (rev 202)
@@ -1,4 +1,4 @@
-trplot.ouSim <- function(x, nodeColor = "blue", nodeDotSize = 1.4, colors = NULL, ...) {
+plot.ouSim <- function(x, nodeColor = "blue", nodeDotSize = 1.4, colors = NULL, ...) {
## To plot different clades, set the colors vector according to the branches in the original
## only passes the ... along to lines
branches = length(x$branchList)
More information about the Mattice-commits
mailing list