search for: mcnp

Displaying 1 result from an estimated 1 matches for "mcnp".

Did you mean: mcn
2012 Apr 19
1
SmoothTrend in OpenAir
...r but I'm having problems. I used the following code. --------------------------------------------------------------------------------- #Set my working dir to the dir with my files setwd("c:/R") #Load the openair library library(openair) #Load the data mydata <- read.table("MCNP-pH.csv", header=TRUE, sep=",",) #Plot the data smoothTrend(mydata, pollutant = "pH") --------------------------------------------------------------------------------- I get the following error: Error in seq.int(0, to0 - from, by) : 'to' must be finite In addition...