Description Examples
A dataset used to show differnet dose regimen.
1 2 3 4 5 6 7 8
## Not run: data(Sa) attach(Sa) t<-seq(from=0,to=35,by=0.1) plot(t,Concentration(t=t,d=rep(25,7)),type = "l",lty=2,ylab="Concentration ") lines(t,Concentration(t=t,d=dose2),type = "l") ## End(Not run)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.