R/plotDoseResponse.R

Defines functions plotDoseResponse

Documented in plotDoseResponse

#' Plot dose-response from raw data
#' 
#' Plots the response of the effect as a function of the concentration at a given
#' target time.
#' 
#' @param x an object used to select a method \code{plotDoseRespons}
#' @param \dots Further arguments to be passed to generic methods
#' 
#' @return a plot of class \code{ggplot}
#' 
#' @export
plotDoseResponse <- function(x, ...){
  UseMethod("plotDoseResponse")
}

Try the morse package in your browser

Any scripts or data that you put into this service are public.

morse documentation built on Oct. 29, 2022, 1:14 a.m.