After making changes to the code, I need to revise the R code in the README.Rmd to ensure that it uses currently available functions. Specifically, tidy_scan_pvl is no longer available, yet, I think, it's used in the README.Rmd. I probably should remove the plot_pvl call, too. I might consider revising plot_pvl to take the updated data structures outputted by calc_profile_lods.
After making changes to the code, I need to revise the R code in the README.Rmd to ensure that it uses currently available functions. Specifically,
tidy_scan_pvl
is no longer available, yet, I think, it's used in the README.Rmd. I probably should remove theplot_pvl
call, too. I might consider revisingplot_pvl
to take the updated data structures outputted bycalc_profile_lods
.