I was searching a windows-based software to execute CRA(contiguous rain area) method, I failed, but I found a R package and its example to execute this method but I encountered some ambiguities !!
here is the example code : data(pert000) data(pert004) data(ICPg240Locs) hold <- make.SpatialVx(pert000, pert004, loc=ICPg240Locs, projection=TRUE, map=TRUE, loc.byrow = TRUE, field.type="Precipitation", units="mm/h", data.name=c("ICP Perturbed Cases", "pert000", "pert004")) look <- FeatureFinder(hold, smoothpar=10.5, thresh = 5) plot(look) look2 <- minboundmatch(look, verbose = TRUE) plot(look2) craer( look2 ) 1) What kind of dataset should I import here !!? I have an observation and forecast files contains Lat/Lon and Value columns(observation 9 rows, forecast 16 rows). 2) Should I interpolate these files to the same bound by Arcmap ?! I really cant understand the tutorial of SpatialVx package, I appreciate if someone could response on this issue !! Many Thanks Majid Javanmard [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.