% Generated by roxygen2: do not edit by hand % Please edit documentation in R/hypoAfrica.R \name{get.ggplot} \alias{get.ggplot} \title{Plot comparison of measured and reference fractions} \usage{ get.ggplot( df, var, timeVar = "visitid", doseVar = "dose", nVar = "total", doseBreaks = base::c(59.9, 60, 62, 100), doseLabels = base::c("ref", "60 Gy", "62 Gy", "all"), doseColors = base::c("black", "red", "magenta", "blue") ) } \arguments{ \item{df}{data frame of measured fractions} \item{var}{target fraction variable} \item{timeVar}{variable measuring time} \item{doseVar}{variable for selecting datasets} \item{nVar}{variable where counts are stored} \item{doseBreaks}{values to break plots to} \item{doseLabels}{labels for legend for breaks} \item{doseColors}{colors to use for different plots} } \value{ grob object with ggplot } \description{ Plot comparison of measured and reference fractions }