search for: slope_n

Displaying 2 results from an estimated 2 matches for "slope_n".

Did you mean: slope_1
2006 Dec 01
1
memeory problem?!
..., x$longc, x$slope, x$profc, x $minic, x$maxic)) print("normailize slope by dividing my max(slope)") morph <- data.frame(cbind(x$er, x$crosc, x$longc, x$slope/max(x $slope), x$profc, x$minic, x$maxic)) names(morph) <- c ("er","crosc","longc","slope_n","profc","minic","maxic") print("perform the clustering") morph.clara <- clara(morph, k=5, stand=F) x$morph_class <- morph.clara$clustering print("send result back to GRASS") rast.put6(x,"morph", zcol="morph_class&quot...
2006 Dec 01
1
memory problem
...$crosc, x$longc, x$slope, x$profc, x$minic, x$maxic)) print("normailize slope by dividing my max(slope)") morph <- data.frame(cbind(x$er, x$crosc, x$longc, x$slope/max(x$slope), x$profc, x$minic, x$maxic)) names(morph) <- c("er","crosc","longc","slope_n","profc","minic","maxic") print("perform the clustering") morph.clara <- clara(morph, k=5, stand=F) x$morph_class <- morph.clara$clustering print("send result back to GRASS") rast.put6(x,"morph", zcol="morph_class&quot...