Description Usage Arguments Value
View source: R/fct_wrapper_wpm.R
Checks if all the inputs given to the function WrapperWPM are correct and intercompatible.
1 2 3 4 5 6 7 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.