[R] Modify the plot from countCDFxt

2009-10-16 Thread Michelle DePrenger-Levin
Hello, I am running the plot from countCDFxt (popbio). I would like to report the y-axis as a percent instead of the log scale (e^01...). I can add an axis with axis(2, 0:1, line =2) but I'm having trouble understanding how to assign the tic marks (with 'at ='). I'd like to tell it to make tics wi

Re: [R] projection.matrix() {popbio} for more than one matrix

2008-02-26 Thread Michelle DePrenger-Levin
Hello, I am trying to use the projection.matrix( ) function and am following the example given. I have my data formatted very similar to the test.census example. > str(AsMi05mat) `data.frame': 1854 obs. of 6 variables: $ Tag : num 501 502 503 504 505 506 507 508 509 510 ...

[R] projection.matrix() {popbio} for more than one matrix

2008-02-22 Thread Michelle DePrenger-Levin
Hello, I am trying to use the projection.matrix( ) function and am following the example given. I have my data formatted very similar to the test.census example. > str(AsMi05mat) `data.frame': 1854 obs. of 6 variables: $ Tag : num 501 502 503 504 505 506 507 508 509 510 ... $

Re: [R] matrix creation

2008-01-28 Thread Michelle DePrenger-Levin
0.33 0.67 [17] 0.000.000 0 [21] 0 0 0 0 [25] 0 0 0 0

[R] matrix creation

2008-01-28 Thread Michelle DePrenger-Levin
0 0 0 [25] 0 0 0 0 [29] 0 0 0.08 0.00 [33] 0.33

[R] Popbio - can't find or load

2008-01-25 Thread Michelle DePrenger-Levin
Hello, I'm in need of running a PVA and want to load {popbio}. However, I can't find it. I can't see where or how to load it. I have added repositories and changed the CRAN mirror site. I see {polynom} and {popgen} but no {popbio} between. What am I doing wrong? Thanks, Michelle