Skip to content

Quick Plots

Sungpil Han edited this page Mar 21, 2018 · 1 revision

Welcome to the pharmavis wiki!

ggplot2::qplot(x=Time, y=Conc, group=ID, color = Race, 
               data=PKPDdatasets::sd_oral_richpk, 
               log = 'y',
               geom=c('line', 'point'))
Clone this wiki locally