add_samples_c {PKbioanalysis} | R Documentation |
Cartesian product of sample factors to a plate
add_samples_c(plate, samples, time = NA, conc = NA, factor = NA, prefix = "S")
plate |
PlateObj |
samples |
A vector representing samples names |
time |
A vector representing time points |
conc |
A vector representing concentration |
factor |
A vector representing factor |
prefix |
A prefix to be added before samples names. Default is "S" |
This function is a variation of 'add_samples()' where size of inputs does not matter. The function will automatically create a combination of all sample names with time, concentration and factor. final name will be of form. Prefix-SampleName-Time-Concentration-Factor
PlateObj