initial commit
This commit is contained in:
18
man/theme_forestry_plot.Rd
Normal file
18
man/theme_forestry_plot.Rd
Normal 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.
|
||||
}
|
||||
Reference in New Issue
Block a user