topic description
A BUG? of WITHIN function in R language
sources of topics and their own ideas
problems found when classifying with within function
related codes
 doesn"t seem to show the correct R code, so I have to map it. 
  
what result do you expect? What is the error message actually seen?
 first time + b [b > 3000 & b < = 9999.9] <-"A" 
 second time + b [b > 3000 & b < = 10000.0] <-"A" 
 only increases 0.1, the classification can not get the correct result. 
 Let"s see if it is the BUG? of the WITHIN function in R language 
