well_dis: Relative Distance Between Given Well and a Reference Row

View source: R/plate.R

well_disR Documentation

Relative Distance Between Given Well and a Reference Row

Description

Relative Distance Between Given Well and a Reference Row

Usage

well_dis(row, col, ref_row, ref_col)

Arguments

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.

Value

a numeric vector.

Examples

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"))

rforbiochemists/wellr documentation built on March 28, 2024, 4:26 a.m.