% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plot_theme.R
\name{nhm_legend}
\alias{nhm_legend}
\title{NHM-themed legend}
\usage{
nhm_legend(x, y = NULL, legend, col, ...)
}
\arguments{
\item{x, y}{Position (see \code{\link[graphics]{legend}}).}

\item{legend}{Character vector of legend labels.}

\item{col}{Colours for legend symbols (typically from \code{nhm_palette()}).}

\item{...}{Additional arguments passed to \code{legend()}.}
}
\value{
The value returned by \code{legend()}, invisibly.
}
\description{
A convenience wrapper around \code{\link[graphics]{legend}} pre-filled
with NHM dark-theme colours.
}
