ssdtools-ggproto {ssdtools} | R Documentation |
ggproto Classes for Plotting Species Sensitivity Data and Distributions
Description
ggproto Classes for Plotting Species Sensitivity Data and Distributions
Usage
StatSsdpoint
StatSsdsegment
GeomSsdpoint
GeomSsdsegment
GeomHcintersect
GeomXribbon
Format
An object of class StatSsdpoint
(inherits from Stat
, ggproto
, gg
) of length 4.
An object of class StatSsdsegment
(inherits from Stat
, ggproto
, gg
) of length 4.
An object of class GeomSsdpoint
(inherits from GeomPoint
, Geom
, ggproto
, gg
) of length 1.
An object of class GeomSsdsegment
(inherits from GeomSegment
, Geom
, ggproto
, gg
) of length 1.
An object of class GeomHcintersect
(inherits from Geom
, ggproto
, gg
) of length 5.
An object of class GeomXribbon
(inherits from Geom
, ggproto
, gg
) of length 6.
See Also
ggplot2::ggproto()
and ssd_plot_cdf()
[Package ssdtools version 1.0.6 Index]