From a18f1416bef7a1507a0f7a94dee6e041f55bb031 Mon Sep 17 00:00:00 2001 From: "Joseph Caracappa (NOAA)" <57966543+jcaracappa1@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:02:20 -0500 Subject: [PATCH] document --- NAMESPACE | 1 - man/plot_thermal_habitat_area_annual.Rd | 25 ------------------------- 2 files changed, 26 deletions(-) delete mode 100644 man/plot_thermal_habitat_area_annual.Rd diff --git a/NAMESPACE b/NAMESPACE index 6403fea5..dcc181ee 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -76,7 +76,6 @@ export(plot_stom_fullness) export(plot_storminess) export(plot_survey_shannon) export(plot_thermal_habitat_area) -export(plot_thermal_habitat_area_annual) export(plot_thermal_habitat_gridded) export(plot_trans_dates) export(plot_wcr) diff --git a/man/plot_thermal_habitat_area_annual.Rd b/man/plot_thermal_habitat_area_annual.Rd deleted file mode 100644 index 8be4409d..00000000 --- a/man/plot_thermal_habitat_area_annual.Rd +++ /dev/null @@ -1,25 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/plot_thermal_habitiat_area_annual.R -\name{plot_thermal_habitat_area_annual} -\alias{plot_thermal_habitat_area_annual} -\title{plot thermal habitat area} -\usage{ -plot_thermal_habitat_area_annual( - shadedRegion = NULL, - report = "MidAtlantic", - EPU = "MAB" -) -} -\arguments{ -\item{shadedRegion}{Numeric vector. Years denoting the shaded region of the plot (most recent 10)} - -\item{report}{Character string. Which SOE report ("MidAtlantic", "NewEngland")} - -\item{EPU}{Character string. Which EPU for New England report ("GB", "GOM") Mid will always be MAB} -} -\value{ -ggplot object -} -\description{ -plots thermal_habitat_area data set. -}