From 26608c943772887410708a14965501a48503e39b Mon Sep 17 00:00:00 2001 From: gnoblet Date: Tue, 1 Jul 2025 19:39:28 +0200 Subject: [PATCH] update documentation --- man/theme_bar.Rd | 20 -------------------- man/theme_point.Rd | 23 ----------------------- 2 files changed, 43 deletions(-) delete mode 100644 man/theme_bar.Rd delete mode 100644 man/theme_point.Rd diff --git a/man/theme_bar.Rd b/man/theme_bar.Rd deleted file mode 100644 index 406844e..0000000 --- a/man/theme_bar.Rd +++ /dev/null @@ -1,20 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/theme_bar.R -\name{theme_bar} -\alias{theme_bar} -\title{Custom Theme for Bar Charts} -\usage{ -theme_bar( - flip = TRUE, - add_text = FALSE, - axis_text_x_angle = 0, - axis_text_x_vjust = 0.5, - axis_text_x_hjust = 0.5 -) -} -\value{ -A custom theme object. -} -\description{ -Custom Theme for Bar Charts -} diff --git a/man/theme_point.Rd b/man/theme_point.Rd deleted file mode 100644 index 8ee35d2..0000000 --- a/man/theme_point.Rd +++ /dev/null @@ -1,23 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/theme_point.R -\name{theme_point} -\alias{theme_point} -\title{Custom Theme for Point Charts} -\usage{ -theme_point() -} -\arguments{ -\item{flip}{Logical. Whether the plot is flipped (horizonal).} - -\item{axis_text_x_angle}{Angle for x-axis text.} - -\item{axis_text_x_vjust}{Vertical justification for x-axis text.} - -\item{axis_text_x_hjust}{Horizontal justification for x-axis text.} -} -\value{ -A custom theme object. -} -\description{ -Custom Theme for Point Charts -}