search for: stations2field

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

2007 Oct 31
0
clim.pact: change group of stations object into a field
Hello, I have a question about one of the functions from package clim.pact. I am planning to perform canonical correlation analysis (CCA) with temperature stations data, I want to use clim.pact package for that. As I understood I should be able to use the function stations2field in order to group my stations objects into a field, so that I can include the result in CCA analysis. If I have stations objects bute.obj,braemar.obj,lerwick.obj (I have more, but this is just an example) and I write the code: > field.obj<-stations2field(data.set=list(bute=bute.obj,braemar=...