Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.survDataVarExp

Plotting method for survDataVarExp objects


Description

This is the generic plot S3 method for the survDataVarC class. It plots the number of survivors as a function of time.

Usage

## S3 method for class 'survDataVarExp'
plot(
  x,
  xlab = "Time",
  ylab = "Number of survivors",
  main = NULL,
  one.plot = FALSE,
  facetting_level = NULL,
  ...
)

Arguments

x

an object of class survDataVarExp

xlab

a label for the X-axis, by default Time

ylab

a label for the Y-axis, by default Number of survivors

main

main title for the plot

one.plot

if TRUE, draws all the points in one plot instead of one per replicate

facetting_level

a vector of characters to rank replicates in the multi plot (i.e. one.plot == FALSE)

...

Further arguments to be passed to generic methods

Value

an object of class ggplot, see function ggplot


morse

Modelling Tools for Reproduction and Survival Data in Ecotoxicology

v3.3.1
GPL (>= 2)
Authors
Virgile Baudrot [aut], Sandrine Charles [aut], Marie Laure Delignette-Muller [aut], Wandrille Duchemin [ctb], Benoit Goussen [ctb], Nils Kehrein [ctb], Guillaume Kon-Kam-King [ctb], Christelle Lopes [ctb], Philippe Ruiz [aut], Alexander Singer [ctb], Philippe Veber [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.