On Jul 17, 2013, at 1:48 PM, Kristi Glover <kristi.glo...@hotmail.com> wrote:
> Hi R user, > I am wondering how we can open the data file which have .WTG extension? > Thanks for your help > cheers, > KG A quick search led me to http://wasptechnical.dk/Forum/viewtopic.php?id=433, which suggests that the .WTG extension may refer to either an XML file created by WAsP or a binary file created by WindPro. So it will depend upon the source of the file(s) you have. One possibility vis-a-vis R, seems to be in the CRAN package bReeze: http://cran.r-project.org/web/packages/bReeze/ by using the readPC() function therein. Regards, Marc Schwartz ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.