Closed BrentWHR closed 1 year ago
In the main function bbwp() the default value for 'B_SLOPE' == NULL. This results in an error when no values are given for 'B_SLOPE' and 'B_SLOPE_DEGREE' caused by assertion on 'B_SLOPE' which must be of type 'logical' not 'NULL'.
bbwp()
In the main function
bbwp()
the default value for 'B_SLOPE' == NULL. This results in an error when no values are given for 'B_SLOPE' and 'B_SLOPE_DEGREE' caused by assertion on 'B_SLOPE' which must be of type 'logical' not 'NULL'.