search for: nwest

Displaying 1 result from an estimated 1 matches for "nwest".

Did you mean: west
2009 Oct 16
1
Modify the plot from countCDFxt
...y axis out a line but I'm unsure how to do that. library(popbio) logNE <- log(erbr$NEast[-1]/erbr$NEast[-6]) countCDFxt(mean(logNE), var(logNE), nt=5, Nc=1317, Ne=200) axis(2, 0:1, labels = c(0.018, 0.050, 0.135, 0.368, 1), at = c(0.018, 0.050, 0.135, 0.368, 1), line =1) Year? ????? NEast NWest 2004? ????? 731?? 1732 2005? ????? 898?? 2004 2006? ????? 714?? 1130 2007? ????? 1748? 1722 2008? ????? 1901? 1661 2009? ????? 1317? 1563 1. How do I tell axis() to report as a percent? 2. Why don't my values in label and at match the given axis? 3. How do I replace the axis label in countCDFx...