Displaying 2 results from an estimated 2 matches for "dirout".
Did you mean:
dir_out
2011 Nov 14
1
Error .jcall(mxe, "S", "fit", c("autorun", "-e", afn, "-o", dirout, : java.lang.NoSuchMethodError: density.Params.readFromArgs([Ljava/lang/String; )Ljava/lang/String;
Dear all,
I get the error when I use maxent.jar:
Error .jcall(mxe, "S", "fit", c("autorun", "-e", afn, "-o", dirout, :
java.lang.NoSuchMethodError: density.Params.readFromArgs([Ljava/lang/String;)Ljava/lang/String;
sessionInfo() result:
R version 2.14.0 (2011-10-31)Platform: i386-pc-mingw32/i386 (32-bit)locale:[1] LC_COLLATE=Chinese_People's Republic of China.936 [2] LC_CTYPE=Chinese_People's Repub...
2011 Jan 26
0
Can not invoke maxent() of library(dismo) in Mac OSX
...ank you in advance.
Here is my info:
# (1) the error
> me <- maxent(predictors, occtrain, factors='biome')
me <- maxent(predictors, occtrain, factors='biome')
Error in .jcall(mxe, "S", "fit", c("autorun", "-e", afn, "-o", dirout, :
java.lang.NoClassDefFoundError: Could not initialize class
density.DirectorySelect
# (2) the variables for maxent: predictors, and occtrain
> summary(predictors)
summary(predictors)
Cells: 35712
NAs : 0 0 0 0 0 0 0 0 0
1 2 3 4 5 6 7 8 9
M...