iso.plot: Draw the dot plot of mixture and sources

Description Usage Arguments Examples

Description

This funcion is used to draw a dot plot of your source and mixture, use with function iso.loaddata usually iso.plot(datalist = list(), group = 0)

Usage

1
iso.plot(datalist = list(), group = 0)

Arguments

datalist

the output of iso.loaddata

Examples

1
2
3
source.matrix <- data.frame(d15NPl = c(6.50, 4.42, 11.19, 9.82), d13CPl = c(-11.17, -30.88, -10.19, -15.01), sd.N = c(1.4594632, 2.2680709, 1.1124385, 0.8271039), mean.N = c(6.488984, 4.432160, 11.192613, 9.816280), sd.C = c(1.2149562, 0.6413182, 1.9593306, 1.1724677), mean.C = c(-11.17023, -30.87984, -11.17090, -14.05701))
mixture.matrix <- data.frame(d15NPl = 10.30, d13CPl = -11.58)
iso.plot(datalist = list(mixture = mixture.matrix, sources = source.matrix))

rogerclarkgc/estableiso0.99 documentation built on May 27, 2019, 12:16 p.m.