ddpcr (version 1.11)

name: Plate name

Description

Get or set the name of a dataset.

Usage

name(plate)

name(plate) <- value

Arguments

plate

A ddpcrPlate

value

New name

Value

Plate name

Examples

Run this code
# NOT RUN {
plate <- new_plate(sample_data_dir())
name(plate)
name(plate) <- "foo"
name(plate)
# }

Run the code above in your browser using DataCamp Workspace