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.

28 lines
800 B

5 years ago
% 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
5 years ago
\item \code{count}: computed counts (similar to \code{\link[ggplot2:stat_density]{ggplot2::stat_density()}})
5 years ago
\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}