Skip to content

Commit

Permalink
change chllab from unicode reslab to plotmat, recreate all data objec…
Browse files Browse the repository at this point in the history
…ts with unicode as reslab
  • Loading branch information
fawda123 committed Oct 19, 2023
1 parent 336e2ee commit e461897
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/chllab.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ chllab <- function(logspace = TRUE){

# default
label <- expression(
paste('log-Chloropyhll-',italic(a),' (',italic('\u03bc'),'g ',L^-1,')')
paste('log-Chloropyhll-',italic(a),' (',italic(mu),'g ',L^-1,')')
)

# back-transform if needed
if(!logspace){

label <- expression(
paste('Chloropyhll-',italic(a),' (',italic('\u03bc'),'g ',L^-1,')')
paste('Chloropyhll-',italic(a),' (',italic(mu),'g ',L^-1,')')
)
}

Expand Down
Binary file modified data/tidfit.RData
Binary file not shown.
Binary file modified data/tidfitmean.RData
Binary file not shown.
Binary file modified data/tidobj.RData
Binary file not shown.
Binary file modified data/tidobjmean.RData
Binary file not shown.

0 comments on commit e461897

Please sign in to comment.