checkWpmInputs {wpm} | R Documentation |
Checks if all the inputs given to the function WrapperWPM are correct and intercompatible.
checkWpmInputs( user_df, plate_dims, nb_plates, spatial_constraint, max_iteration )
user_df |
expected dataframe, returns adapted message error |
plate_dims |
expected list of plate dimensions (rows and columns) |
nb_plates |
expected number of plates |
spatial_constraint |
expected character for spatial constraint |
max_iteration |
expected number of iterations |
returns an error message if a problem is found with some parameter.