The map.stippling function gives an error when applied on station data (it works well for gridded data). This would be an example:
pval = climatology(VALUE_Iberia_tas, clim.fun = list(FUN = "trend.1D", dates = getRefDates(VALUE_Iberia_tas), method = "kendall", return.pvalue = T))
sig = map.stippling(clim = pval, threshold = 0.05, condition = "LT", pch = 19, cex = .1, col = "black") # points exhibiting significant trends