Skip to content
Prev 343148 / 398513 Next

unable to call certain functions

On Thu, 14 Aug 2014 09:53:31 PM Pfauth, Mary C wrote:
have
the
get a
package
descriptions
only
problem
Hi Mary,
I don't have openair installed, but the problem might be simple. Get 
an R session going and try this:

library(openair)
# use a filename that you actually have
myairq<-import("airq.csv")
calendarPlot(myairq)

and paste the output into an email. 

Jim