A 'ggplot2' Extension for Visualizing Density, Distribution, Hazard, or Survival Functions using the 'logspline' Package
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
800 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/stat-logspline.R
\docType{data}
\name{StatLogspline}
\alias{StatLogspline}
\title{Base ggproto classes for gglogspline}
\format{An object of class \code{StatLogspline} (inherits from \code{Stat}, \code{ggproto}, \code{gg}) of length 4.}
\usage{
StatLogspline
}
\description{
Base ggproto classes for gglogspline
}
\section{Computed variables}{
\itemize{
\item \code{density} : the density estimate
\item \code{count}: computed counts (similar to \code{\link[ggplots:stat_density]{ggplots::stat_density()}})
\item \code{probs}: distribution function
\item \code{survival}: survival function
\item \code{hazard} : hazard function
}
By default the \code{y} aesthetic is mapped to \code{stat(density)}
}
\keyword{datasets}