Lookuptable.maker: Creating lookup table from vectors of fungicides and...

Description Usage Arguments

View source: R/Lookup.maker.R

Description

Creating lookup table from vectors of fungicides and concentrations

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Lookuptable.maker(
  Treatments = NULL,
  Isolates = NULL,
  Wells = 96,
  Reps = 4,
  timepts = 2,
  random = FALSE,
  randseed = 123456,
  snake = TRUE
)

Arguments

Treatments

A vector of treatments. Pesiticide name and concentration seperated by a single space.

Isolates

A vector of isolates names. In order in which they are imaged

Wells

Numeric, how many wells on a plate. Default is 96

Reps

Numeric, How many times is each treatment repeated on the plate. Default is 4

timepts

Numeric, timepoints evaluated. Default is 2.

random

Logical, treatments randomly assigned to wells. Default in FALSE

randseed

Numeric, randomization seed to be used. Default is 123456.

snake

Logical. Indicate if the plate was imaged in a snake like pattern. Default is TRUE.


AlexWongOSU/Germinator documentation built on Nov. 21, 2020, 6:59 a.m.