find_wells: Find wells of a given plate format

View source: R/plate_format_functions.R

find_wellsR Documentation

Find wells of a given plate format

Description

Works out all wells in that plate type and returns as a list.

Usage

find_wells(plate_type = 96)

Arguments

plate_type

type of plate. numeric, i.e. 96 for 96-well plate.

Value

a list containing the names of all the wells of a specified plate

Examples

  find_wells(96)
  find_wells(24)


ec363/fpcountr documentation built on Nov. 29, 2024, 12:03 p.m.