R/load.model.R

Defines functions load.model

Documented in load.model

load.model <-
function(file) {
	name <- load(file=file);
	model <- get(name);
	return(model);
}

Try the maxent package in your browser

Any scripts or data that you put into this service are public.

maxent documentation built on May 29, 2017, 1:40 p.m.