[GRASS-user] Calculate mode without using r.mode

Greetings

I’m getting some strange results in r.mode for some small patches. Is there any other method for calculating mode for a base map and a cover map?
Thanks
Helena

Helena Herrera wrote:

I'm getting some strange results in r.mode for some small patches. Is there
any other method for calculating mode for a base map and a cover map?

  r.statistics method=mode ...

Or use r.stats to collate the values and calculate the mode yourself.

--
Glynn Clements <glynn@gclements.plus.com>