Displaying 1 result from an estimated 1 matches for "ugentlig".
2000 Apr 27
1
plotting axes
...d 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)
limits <- mdy.date(dm,dd,dy)
abline(v=limits,lty=8)
x <- c(14611.37, 14620.95, 14627.94, 14634.44, 14650.85, 14663.85,
14667.58,14680.15)
mtext(c("1","2","3&...