Skip to content
Prev 307157 / 398506 Next

Creating vegetation distance groups from one column

Hello,

My example with 'x' was just that, an example. Inline.

Em 06-10-2012 00:03, Jhope escreveu:
Use

cut(data.to.analize$VegIndex, breaks = seq(0, 35, 5))
paste0 was introduced with R 2.15.0, update your version of R and in the 
mean time use

paste(...etc..., sep = "")


Rui Barradas