getDimensions {beadarray}R Documentation

Get dimension of an array

Description

Returns the maximum x and y co-ordinates for an array

Usage

getDimensions(BLData, array)

Arguments

BLData BeadLevelList object containing bead-level data
array numeric value for the array required

Details

Value

List of length 2 giving the maximum x and y co-ordinates respectively

Author(s)

Mark Dunning

Examples


data(BLData)
getDimensions(BLData, 1)


[Package beadarray version 1.0.0 Index]