name {ddpcr} | R Documentation |
Get or set the name of a dataset.
name(plate)
name(plate) <- value
plate |
A ddpcrPlate |
value |
New name |
Plate name
## Not run:
plate <- new_plate(sample_data_dir())
name(plate)
name(plate) <- "foo"
name(plate)
## End(Not run)