Skip to content

Commit

Permalink
roxygen2 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
rajitachandak committed Nov 15, 2024
1 parent 679375d commit 9b8c2e2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions R/lpcde/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Version: 0.1.5
Authors@R: person(given = "Rajita",
family = "Chandak",
role = c("aut", "cre"),
email = "rchandak@princeton.edu" )
Maintainer: Rajita Chandak <rchandak@princeton.edu>
Description: Tools for estimation and inference of conditional densities, derivatives and functions. This is the companion software for Cattaneo, Chandak, Jansson and Ma (2024) <doi:10.48550/arXiv.2204.10359>.
email = "rajita.chandak@epfl.ch" )
Maintainer: Rajita Chandak <rajita.chandak@epfl.ch>
Description: Tools for estimation and inference of conditional densities, derivatives and functions. This is the companion software for Cattaneo, Chandak, Jansson and Ma (2024) <doi:10.3150/23-BEJ1711>.
Depends: R (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
Expand Down
12 changes: 6 additions & 6 deletions R/lpcde/R/lpcde_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -465,19 +465,19 @@ confint.lpcde <- function(object, parm = NULL, level=0.95, CIuniform=FALSE, CIsi
#' they will be applied to each data series accordingly.
#' @param lty Line type for point estimates, only effective if \code{type} is \code{"line"} or
#' \code{"both"}. \code{1} for solid line, \code{2} for dashed line, \code{3} for dotted line.
#' For other options, see the instructions for \code{\link{ggplot2}} . If
#' For other options, see the instructions for \code{ggplot2} . If
#' more than one is provided, they will be applied to each data series accordingly.
#' @param lwd Line width for point estimates, only effective if \code{type} is \code{"line"} or
#' \code{"both"}. Should be strictly positive. For other options, see the instructions for
#' \code{\link{ggplot2}} . If more than one is provided, they will be applied
#' \code{ggplot2} . If more than one is provided, they will be applied
#' to each data series accordingly.
#' @param lcol Line color for point estimates, only effective if \code{type} is \code{"line"} or
#' \code{"both"}. \code{1} for black, \code{2} for red, \code{3} for green, \code{4} for blue.
#' For other options, see the instructions for \code{\link{ggplot2}} . If
#' For other options, see the instructions for \code{ggplot2} . If
#' more than one is provided, they will be applied to each data series
#' accordingly.
#' @param pty Scatter plot type for point estimates, only effective if \code{type} is \code{"points"} or
#' \code{"both"}. For options, see the instructions for \code{\link{ggplot2}} . If
#' \code{"both"}. For options, see the instructions for \code{ggplot2} . If
#' more than one is provided, they will be applied to each data series
#' accordingly.
#' @param pwd Scatter plot size for point estimates, only effective if \code{type} is \code{"points"} or
Expand All @@ -486,7 +486,7 @@ confint.lpcde <- function(object, parm = NULL, level=0.95, CIuniform=FALSE, CIsi
#' @param pcol Scatter plot color for point estimates, only effective if \code{type} is \code{"points"} or
#' \code{"both"}. \code{1} for black, \code{2} for red, \code{3}
#' for green, \code{4} for blue.
#' For other options, see the instructions for \code{\link{ggplot2}} . If
#' For other options, see the instructions for \code{ggplot2} . If
#' more than one is provided, they will be applied to each data series
#' accordingly.
#' @param y_grid Numeric vector, specifies a subset of grid points
Expand All @@ -508,7 +508,7 @@ confint.lpcde <- function(object, parm = NULL, level=0.95, CIuniform=FALSE, CIsi
#' accordingly.
#' @param CIcol Color of the confidence region. \code{1} for black, \code{2} for red, \code{3}
#' for green, \code{4} for blue.
#' For other options, see the instructions for \code{\link{ggplot2}} . If
#' For other options, see the instructions for \code{ggplot2} . If
#' more than one is provided, they will be applied to each data series
#' accordingly.
#' @param title,xlabel,ylabel Strings, specifies the title of the plot and labels for the x- and y-axis.
Expand Down
12 changes: 6 additions & 6 deletions R/lpcde/man/plot.lpcde.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b8c2e2

Please sign in to comment.