% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plot_theme.R
\name{nhm_grid}
\alias{nhm_grid}
\title{Themed grid for base R plots}
\usage{
nhm_grid(nx = NULL, ny = nx, col = NULL, lty = 1)
}
\arguments{
\item{nx, ny}{Number of cells in the x and y directions (passed to
\code{\link[graphics]{grid}}).}

\item{col}{Grid line colour. Defaults to the NHM border colour.}

\item{lty}{Grid line type.}
}
\value{
Called for its side-effect; returns \code{NULL} invisibly.
}
\description{
Draws a grid using the NHM border colour. Designed to be used as the
\code{panel.first} argument of \code{plot()}.
}
