initial commit

This commit is contained in:
2026-02-10 04:52:37 -05:00
commit 0476f6f8f8
65 changed files with 15368 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/functions.R
\name{theme_forestry_plot}
\alias{theme_forestry_plot}
\title{Standard Forestry Plot Theme (Cowplot + Atkinson)}
\usage{
theme_forestry_plot(font_size = 14, grid = TRUE)
}
\arguments{
\item{font_size}{Integer. Base font size. Default is 14 (good for slides).}
\item{grid}{Logical. If TRUE, adds a light gray grid (useful for presentations).}
}
\description{
A standardized theme for non-spatial plots (scatter, bar, line).
Based on cowplot::theme_cowplot(), it includes clean axes and a minimalist look.
Uses 'Atkinson Hyperlegible Next' for all text.
}