search for: logaxi

Displaying 2 results from an estimated 2 matches for "logaxi".

Did you mean: logaxis
2003 Mar 04
2
log axis assignment
...can see it damn well should. What I'm trying to acomplish is to run several data sets through the same graphing procedure, but for the pH data use a log y axis. using this code all graphs are drawn with a linear axis. Surely I should be able to set the ylog option to T using another object (logaxis). for (n in colnames(raw)) { if(n=="pH"){logaxis<-"T"} else {logaxis<-"F"} plot(full.age,raw[,n],type="n",ylog=logaxis) ... } Any ideas what I'm doing wrong? I assume its something to do with the ylog (and xlog) options being read-only but I'...
2009 Dec 21
2
Plot odds ratios on log scale
...ower limit, ending at the upper limits and with a dot at the odds ratio on an x-axis on a log10 scale. The y axis would be the study sites. >From what I can figure out, it looks like the plotCI function will do everything except give me an x-axis that is on a log10 scale and I can't get the logaxis function in the log10 package to work. Study or ll ul order UCSF 0.7 0.55 0.89 1 MDA 0.76 0.71 0.93 2 UK 0.68 0.51 0.89 3 Mayo 0.5 0.28 0.87 4 Thanks for any suggestions! Terri [[alternative HTML version deleted]]