januarharianto / respR

respR - Analyse, convert, and automate respirometry-related and time-series data
https://januarharianto.github.io/respR/
11 stars 2 forks source link

`convert_rate` - adjustments in summary #175

Closed nicholascarey closed 2 years ago

nicholascarey commented 2 years ago

The convert_rate summary table is already a bit too wide, especially for printing, but i feel if there are adjustments to the rate they should be in there. Should be easy to see if a converted rate is an adjusted vs unadjusted one. It will all be in there in $inputs if so, but would be good to see in summary. But already a bit too wide to be printed... hm.

Maybe a separate final summary function that will bring everything together, including original lm coefficients (which are also not in the summary, and are kinda important) and save it to an object....

nicholascarey commented 2 years ago

Added in 0da2b36471e85c706b54cb1ebd8de163e650ff94

Extended summary table with everything, but still only prints condensed version.