## Loading the SanMartino precipitation data
data(SanMartinoPPts)
x <- SanMartinoPPts
#Getting the monthly ts
pcp.m <- daily2monthly(x, FUN=sum, na.rm=FALSE)
if (FALSE) {
# From zoo to the input format required by 'FindU.dlyPrcp' function
zoo2RHtest(x=pcp.m, fname="pcp-monthly.txt", tstep.out="monthly", na="-999.0")
# Homogeneity analysis
FindU.dlyPrcp(InSeries="pcp-monthly.txt", output="pcp-monthly", MissingValueCode="-999.0",
GUI=FALSE, pthr=0, Mq=10, p.lev=0.95, Iadj=10000)
}
Run the code above in your browser using DataLab