% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/FarmDynR.R
\name{rm_lown}
\alias{rm_lown}
\title{`rm_lown()` removes aggregated farms with less than 15 farms for reporting}
\usage{
rm_lown(data, farm_data)
}
\arguments{
\item{data}{A dataframe with the data to plot}

\item{farm_data}{A dataframe with the farm data}
}
\value{
A dataframe with the data without the aggregated farms
}
\description{
`rm_lown()` removes aggregated farms with less than 15 farms for reporting
}