well_dis | R Documentation |
Relative Distance Between Given Well and a Reference Row
well_dis(row, col, ref_row, ref_col)
row |
Numeric vector of row numbers. Must be equal in length to col. |
col |
Numeric vector of col numbers. Must be equal in length to row. |
ref_row |
Single reference row number. |
ref_col |
Single reference column number. |
a numeric vector.
well_dis(3, 4, ref_row = 5, ref_col = 5)
well_dis(1:8, 1:8, ref_row = well_to_row_num("C4"), ref_col = well_to_col_num("C4"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.