posToNum: convert position to numeric position

View source: R/positionUtils.r

posToNumR Documentation

convert position to numeric position

Description

convert position to numeric position

Usage

posToNum(pos, boxDim = c(8, 12))

Arguments

pos
  • the position or an array of positions

boxDim
  • the dimension of the box (row, column)

Value

an array of numeric positions

Examples

posToNum(c("B2", "C3"), boxDim = c(10,10))

jwist/request documentation built on Aug. 10, 2022, 4:11 p.m.