Skip to content

Percent of Normal (PN)

Lucas Venezian Povoa edited this page Dec 13, 2016 · 3 revisions

Calculating

library(precintcon)

precipt <- read.data("/home/precintcon/data.csv", sep = ";", dec = ".", header = T)

pn(precipt)

Plotting

library(precintcon)

precipt <- read.data("/home/precintcon/data.csv", sep = ";", dec = ".", header = T)

pplot.pn(precipt)