19 lines
645 B
R
19 lines
645 B
R
% 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.
|
|
}
|