From f96c854face1997bd3a5035dfb0b0abdab45752e Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 4 Aug 2024 10:48:18 +0200 Subject: [PATCH] fix docs --- R/plot.check_dag.R | 2 +- man/plot.see_check_dag.Rd | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/R/plot.check_dag.R b/R/plot.check_dag.R index 8e3c743b8..6e2432796 100644 --- a/R/plot.check_dag.R +++ b/R/plot.check_dag.R @@ -4,7 +4,7 @@ #' #' @param x A `check_dag` object. #' @param size_point Numeric value specifying size of point geoms. -#' @param size_point Numeric value specifying size of text elements. +#' @param size_text Numeric value specifying size of text elements. #' @param colors Character vector of length five, indicating the colors (in #' hex-format) for different types of variables. #' @param which Character string indicating which plot to show. Can be either diff --git a/man/plot.see_check_dag.Rd b/man/plot.see_check_dag.Rd index e291ca83a..77ad3bd30 100644 --- a/man/plot.see_check_dag.Rd +++ b/man/plot.see_check_dag.Rd @@ -17,7 +17,9 @@ \arguments{ \item{x}{A \code{check_dag} object.} -\item{size_point}{Numeric value specifying size of text elements.} +\item{size_point}{Numeric value specifying size of point geoms.} + +\item{size_text}{Numeric value specifying size of text elements.} \item{colors}{Character vector of length five, indicating the colors (in hex-format) for different types of variables.}