R/pretty_label_column.r

Defines functions pretty_label_column

pretty_label_column <- function(string) {
  switch(
    EXPR = string,
    catch_kg_km2 = "Catch-Per-Unit-Effort (kg*(km^2)^{-1})",
    Depth_m = "Depth (m)",
    Latitude_dd = "Latitude (\u00B0N)",
    Longitude_dd = "Longitude (\u00B0W)"
  )
}
nwfsc-assess/nwfscSurvey documentation built on May 5, 2024, 5:21 a.m.