Skip to content

Commit

Permalink
add cm-3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarslaw committed May 24, 2024
1 parent 13572b4 commit 794ba56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/quickText.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ quickText <- function(text, auto.text = TRUE) {
ans <- gsub("g/hr", "' 'g hour' ^-1 *'", ans)
ans <- gsub("g/m3", "' 'g m' ^-3 *'", ans)
ans <- gsub("g/kg", "' 'g kg' ^-1 *'", ans)
ans <- gsub("cm-3", "' 'cm' ^-3 *'", ans)
ans <- gsub("km/hr/s", "' 'km hr' ^-1 * ' s' ^-1 *'", ans)
ans <- gsub("km/hour/s", "' 'km hr' ^-1 * ' s' ^-1 *'", ans)
ans <- gsub("km/h/s", "km hr' ^-1 * ' s' ^-1 *'", ans)
Expand Down

0 comments on commit 794ba56

Please sign in to comment.