R: how multiplying y-axis ticks value by 100 (without put the % symbol next to the number) here:? plot (CI.overall, curvlab=c("Discharge", "Death"), xlab="Days", las=1)? P.S. So instead 0.00, 0.20 etc. the 0, 20 etc. Thank you in advance, Nic [[alternative HTML version deleted]]
Hi Nic, Have a look at axis.mult in the plotrix package. Jim On Sun, Jul 23, 2017 at 12:46 PM, iPad via R-help <r-help at r-project.org> wrote:> R: how multiplying y-axis ticks value by 100 (without put the % symbol next to the number) here: > plot (CI.overall, curvlab=c("Discharge", "Death"), xlab="Days", las=1) > P.S. So instead 0.00, 0.20 etc. the 0, 20 etc. > Thank you in advance, Nic > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Many thanks, Jim!!! ---->Jim Lemon < drjimlemon at gmail.com >: >Have a look at axis.mult in the plotrix package. >Jim---->>iPad via R-help < r-help at r-project.org > wrote: >> How to multiplying y-axis ticks value by 100 (without put the % symbol next to the number) here: >> plot (CI.overall, curvlab=c("Discharge", "Death"), xlab="Days", las=1) >> P.S. So instead 0.00, 0.20 etc. the 0, 20 etc.?______________________________________________>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code.-- [[alternative HTML version deleted]]