search for: vanco2

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

Did you mean: vanco
2000 Apr 27
1
plotting axes
...e happy to have also more basic R-oriented material akin to Maindonald's http://room.anu.edu.au/~johnm/ --also so not to have to make all these basic questions to the very advanced people around. Thanks for your efforts and dedication - and patience. Yours Troels data <- read.table("vanco2.dat",h=T) attach(data) library(date) dates <- mdy.date(month,day,year) plot(dates,vanco,pch=c(19),xlab='',ylab="[Vancomycin] ", main="Vanco versus ugentlig dosis") abline(h=10,lty=2) dm <- c(1,1,1,1,2,2,3) dd <- c(7,17,21,31,23,25,3) dy <- rep(2000,7) li...