GarrettLab / HabitatConnectivity

geohabnet R package
https://garrettlab.github.io/HabitatConnectivity/
GNU General Public License v3.0
7 stars 4 forks source link

get and set parameters #25

Closed krishnakeshav closed 1 year ago

krishnakeshav commented 1 year ago

renamed parameters based on #23 . Modified relevant tests and rebuilt package. Parameters can now be fetched by user using following function - > geohabnet::get_parameters(iwindow = false, out_path = getwd()) Below is the documentation - image

krishnakeshav commented 1 year ago

i will leave this open until tomorrow in case you have any thoughts. @AaronPlex @GarrettLab

krishnakeshav commented 1 year ago

new function to set parameters. User can now provide their own copy of parameters with some_name.yaml to the function and it will replace the contents of existing parameters. >set_parameters(new_param_file) image unit test added.