Learn R Programming

morse (version 3.3.4)

plot.reproData: Plotting method for reproData objects

Description

This is the generic plot S3 method for the reproData class. It plots the cumulated number of offspring as a function of time.

Usage

# S3 method for reproData
plot(
  x,
  xlab,
  ylab = "Cumulated Number of offspring",
  main = NULL,
  concentration = NULL,
  style = "ggplot",
  pool.replicate = FALSE,
  addlegend = FALSE,
  remove.someLabels = FALSE,
  ...
)

Value

a plot of class ggplot

Arguments

x

an object of class reproData

xlab

label of the \(X\)-axis

ylab

label of the \(Y\)-axis, by default Cumulated Number of offspring

main

main title for the plot

concentration

a numeric value corresponding to some concentration in data. If concentration = NULL, draws a plot for each concentration

style

graphical backend, can be 'ggplot' or 'generic'

pool.replicate

if TRUE, the datapoints of each replicate are summed for a same concentration

addlegend

if TRUE, adds a default legend to the plot

remove.someLabels

if TRUE, removes 3/4 of X-axis labels in 'ggplot' style to avoid the label overlap

...

Further arguments to be passed to generic methods