Skip to contents

Makes sure that the updated well position is in the same plate format as the original one.

Usage

changeWell(from, to)

# S4 method for Well,Well
changeWell(from, to)

Arguments

from

A Well object.

to

A Well object.

Value

Returns a Well object.

See also

Examples


changeWell( Well("A01")
          , Well("B03", plateFormat = "undefined"))
#> B03 (384-well format)