R/check.bathy.R

Defines functions check.bathy

Documented in check.bathy

check.bathy = function(x){
	order(as.numeric(colnames(x))) -> xc
	order(as.numeric(rownames(x))) -> xr
	x[xr, xc] -> sorted.x
	return(sorted.x)
}

Try the marmap package in your browser

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

marmap documentation built on March 31, 2023, 6:59 p.m.