From d4c54a1c26b047cf7aecf4d519058b0d7a63b0b4 Mon Sep 17 00:00:00 2001 From: mitchelloharawild <mitch.ohara-wild@monash.edu> Date: Wed, 7 Feb 2024 20:20:40 +1100 Subject: [PATCH] Update docs --- NAMESPACE | 1 - man/autoplot.distribution.Rd | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 man/autoplot.distribution.Rd diff --git a/NAMESPACE b/NAMESPACE index ea9696be..33f3f2b7 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -435,7 +435,6 @@ S3method(vec_ptype2,hilo.hilo) S3method(vec_ptype2,integer.distribution) S3method(vec_ptype_abbr,distribution) S3method(vec_ptype_abbr,support_region) -export(autoplot.distribution) export(cdf) export(covariance) export(dist_bernoulli) diff --git a/man/autoplot.distribution.Rd b/man/autoplot.distribution.Rd deleted file mode 100644 index c736d4f9..00000000 --- a/man/autoplot.distribution.Rd +++ /dev/null @@ -1,22 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/plot.R -\name{autoplot.distribution} -\alias{autoplot.distribution} -\title{Plot a distribution} -\usage{ -autoplot.distribution(x, ...) -} -\arguments{ -\item{x}{The distribution(s) to plot.} - -\item{...}{Unused.} -} -\description{ -\ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#defunct}{\figure{lifecycle-defunct.svg}{options: alt='[Defunct]'}}}{\strong{[Defunct]}} - -This function is now defunct and can no longer be used. Instead consider using -the {ggdist} package to produce your own distribution plots. You can learn -more about how this plot can be produced using {ggdist} here: -https://mjskay.github.io/ggdist/articles/slabinterval.html -} -\keyword{internal}