knitr::opts_chunk$set(echo = TRUE)
r reg.order[r]
- r category0
Analsys NotesThis analysis uses nationally collected landings data for the r ifelse(reg.order[r] %in% "National", "whole U.S.", paste0("for the", reg.order[r], "region"))
, downloaded from the NOAA FOSS site https://foss.nmfs.noaa.gov/apexfoss/f?p=215:200::::::.
print(warnings.list0)
spptable0[,-1] %>% knitr::kable(row.names = T, booktabs = T)
"pre" is for species in the origional data "pst" are the species that were used in the final anlaysis
spp.output
a0<-landings.data#[idx,] a0[(a0$Dollars<0 & !(is.na(a0$Dollars))),] %>% knitr::kable(row.names = F, booktabs = T)
a0<-landings.data#[idx,] a0[(a0$Pounds<0 & !(is.na(a0$Pounds))),] %>% knitr::kable(row.names = F, booktabs = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.