#3058 closed defect (fixed)
unexpected behavior/error message in r.diversity?
Reported by: | veroandreo | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.0 |
Component: | Addons | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | x86-64 | Platform: | Linux |
Description
I had assumed as in the last example of r.diversity manual that if I used only 'exclude' it would pick up that I wanted the other three methods. This was the command I used and the error, even though I was using only 'exclude':
r.diversity input=my_classif prefix=diverity size=3 exclude=renyi ERROR: You can either use 'method' or 'exclude' option but not both
Anyway, the complementary did work :)
r.diversity input=my_classif prefix=diver size=3 method=simpson,shannon,pielou
Change History (3)
comment:1 by , 8 years ago
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Both errors disappeared. Works as expected now.
Thanks :)
Note:
See TracTickets
for help on using tickets.
Found another error that does not fit what manual page says. If I use "size=5-9" as it seems to be allowed according to r.diversity examples, I get the following error:
Is this an error or just that documentation is wrong or outdated?