knitr::opts_chunk$set(echo = TRUE)

First, we load the package into the working R session and load the summarizedData into the working session.

library(PharmPlotter)
data("summarizedData")

Including Plots

You can also embed plots, for example:

plotAUCConsistency( data=summarizedData, drugName="AZD0530")


areyesq89/PharmPlotter documentation built on May 29, 2019, 4:50 p.m.