search for: vanco1

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

Did you mean: vanco
2000 Apr 26
1
xaxp with dates
...s found from the default plot and inspecting par(). I need to put the date marks at specific points. Could I suppress them altogether and make a new xaxis corresponding to the points ? Was xaxp not intended in this way ? Thank you for your (so far) endless patience ! data <- read.table("vanco1.dat",h=T) op <- par("xaxp"=c(14620,14680,4),"cex.axis"=0.5) attach(data) library(date) dates <- mdy.date(month,day,year) plot(dates,vanco,pch=c(19),xlab='',ylab="[Vancomycin]", main="Vanco versus weekly dose") abline(h=10,lty=2) dm <- c(...
2000 Apr 11
1
dates in 0.99 and 1.0 windows
...2000 4.5 12.0 2 14 2000 4.5 14.9 2 18 2000 4.5 23.0 2 25 2000 3 20.1 2 28 2000 2 11.3 3 1 2000 2 13.7 3 8 2000 3 12.8 3 10 2000 3 7.4 3 13 2000 3 9.1 3 15 2000 3 12.2 3 17 2000 3 13.8 data <- read.table("vanco1.dat",h=T) attach(data) library(date) dates <- mdy.date(month,day,year) plot(dates,vanco,pch=c(19),xlab='',ylab="[Vancomycin]", main="serum Vanco versus weekly dose") abline(h=10,lty=2) #lower acceptable concentration dm <- c(1,1,1,1,2,2,3) dd <- c(7,17,21,3...