I changed a little the API for plotting, instead of the plot = TRUE argument we now have an S3 method for the result of lr_finder. This way its easier to change the plot location and/or save it to a file.
Also added a small test case. I still want to add an example to the docs and then we are good to merge!
Thanks very much @cmcmaster1 !
I changed a little the API for plotting, instead of the
plot = TRUE
argument we now have an S3 method for the result oflr_finder
. This way its easier to change the plot location and/or save it to a file.Also added a small test case. I still want to add an example to the docs and then we are good to merge!