Rf: Retention factor (Rf)

Description Usage Arguments Value Author(s) Examples

Description

Calculates Rf values of the spots based on the marked start and stop of the solvent path.

Usage

1
Rf(object, sf = F)

Arguments

object

S3 object of the working TLC

sf

Boolean, default FALSE - Start and Front should be marked. If TRUE, Start and Front were defined.

Value

Returns S3 object with new variables.

object$Rf_start

Location of the solvent start on the TLC plate

object$Rf_front

Location of the solvent end on the TLC plate

object$Rf

Rf values of the spots

Author(s)

Ivan D. Pavicevic, ivanp84@gmail.com

Examples

1
2
3
4
5
## Not run: 
#for more interactive variant; locate using mouse
object <- Rf(object, sf=TRUE)

## End(Not run)

qtlc documentation built on May 1, 2019, 8:45 p.m.

Related to Rf in qtlc...