R/save.model.R

Defines functions save.model

Documented in save.model

save.model <-
function(model, file) {
	maxent.save.model.PWPBSBCCSCMO <- model;
	save(maxent.save.model.PWPBSBCCSCMO,file=file);
}

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.