From 47b26657fc8805359136a42a526b7bcd7ca9f568 Mon Sep 17 00:00:00 2001 From: hrbrmstr Date: Mon, 17 Jun 2019 21:06:38 -0400 Subject: [PATCH] spelling --- R/stat-logspline.R | 2 +- README.Rmd | 2 +- README.md | 2 +- man/stat_logspline.Rd | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/R/stat-logspline.R b/R/stat-logspline.R index 2775366..ef2f82c 100644 --- a/R/stat-logspline.R +++ b/R/stat-logspline.R @@ -66,7 +66,7 @@ StatLogspline <- ggproto( ) -#' Computes logpline density (+ counts estimate), probability, survival & hazard +#' Computes logspline density (+ counts estimate), probability, survival & hazard #' #' @inheritParams ggplot2::stat_density #' @param n numbe of points for the density estimation (larger == smoother) diff --git a/README.Rmd b/README.Rmd index 202b6f2..e630a5b 100644 --- a/README.Rmd +++ b/README.Rmd @@ -26,7 +26,7 @@ Methods are provided to plot a logspline density, distribution function, hazard The following functions are implemented: -- `stat_logspline`: Computes logpline density (+ counts estimate), probability, survival & hazard +- `stat_logspline`: Computes logspline density (+ counts estimate), probability, survival & hazard ## Installation diff --git a/README.md b/README.md index d9f6048..17b1695 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ hazard function or survival function from a logspline density The following functions are implemented: - - `stat_logspline`: Computes logpline density (+ counts estimate), + - `stat_logspline`: Computes logspline density (+ counts estimate), probability, survival & hazard ## Installation diff --git a/man/stat_logspline.Rd b/man/stat_logspline.Rd index fd7f5af..31c0946 100644 --- a/man/stat_logspline.Rd +++ b/man/stat_logspline.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/stat-logspline.R \name{stat_logspline} \alias{stat_logspline} -\title{Computes logpline density (+ counts estimate), probability, survival & hazard} +\title{Computes logspline density (+ counts estimate), probability, survival & hazard} \usage{ stat_logspline(mapping = NULL, data = NULL, geom = "area", position = "identity", na.rm = FALSE, show.legend = NA, @@ -69,7 +69,7 @@ often aesthetics, used to set an aesthetic to a fixed value, like to the paired geom/stat.} } \description{ -Computes logpline density (+ counts estimate), probability, survival & hazard +Computes logspline density (+ counts estimate), probability, survival & hazard } \examples{ library(ggplot2)