Rob Lieberthal, PhD

Results 2 issues of Rob Lieberthal, PhD

compareEandLCIResult() is generating the following error: ``` # Error in compareEandLCIResult(model, tolerance = 0.01) : # could not find function "compareEandLCIResult" ``` This is my code (from https://github.com/USEPA/useeior?tab=readme-ov-file#validate-model) ``` library("useeior")...

I am having an issue with a graphic that I am generating with grViz() and then saving with export_svg(). The graphic viewed on the RStudio console does not look like...