plot.LCx: Plotting method for 'LCx' objects

View source: R/plot.LCx.R

plot.LCxR Documentation

Plotting method for LCx objects

Description

This is the generic plot S3 method for the LCx class. It plots the survival probability as a function of concentration.

Usage

## S3 method for class 'LCx'
plot(
  x,
  xlab = "Concentration",
  ylab = "Survival probability \n median and 95 CI",
  main = NULL,
  subtitle = NULL,
  ...
)

Arguments

x

An object of class LCx.

xlab

A label for the X-axis, by default Concentration.

ylab

A label for the Y-axis, by default Survival probability median and 95 CI.

main

A main title for the plot.

subtitle

A subtitle for the plot

...

Further arguments to be passed to generic methods.

Value

a plot of class ggplot


morse documentation built on Sept. 30, 2024, 9:31 a.m.