-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid error when maxent.jar is not present
Former-commit-id: bda139c
- Loading branch information
1 parent
7fdc78d
commit a24f100
Showing
3 changed files
with
43 additions
and
6 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
\name{eval2} | ||
\alias{eval2} | ||
\docType{data} | ||
\title{ An object of class "ENMevaluation" } | ||
\description{ An example results file based on a call of ENMevaluate for use in the ENMeval vignette. } | ||
\usage{ data(eval2) } | ||
\format{ | ||
An object of class 'ENMevaluation' with nine slots: | ||
|
||
\code{@ results} : data.frame of evaluation metrics | ||
|
||
\code{@ predictions} : RasterStack of model predictions | ||
|
||
\code{@ models}: list of \code{MaxEnt} model objects (see \code{MaxEnt} documentation for details) | ||
|
||
\code{@ partition.method}: character giving method of data partitioning | ||
|
||
\code{@ occ.pts} : data.frame of latitude and longitude of occurrence localities | ||
|
||
\code{@ occ.grp} : data.frame of bins for occurrence localities | ||
|
||
\code{@ bg.pts} : data.frame of latitude and longitude of background localities | ||
|
||
\code{@ bg.grp} : data.frame of bins for background localities | ||
|
||
\code{@ overlap} : matrix of pairwise niche overlap | ||
|
||
} | ||
|
||
\details{ | ||
The dataset is used for the ENMeval vignette. | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters