R/plot.geostas.R

Defines functions plot.geostas

Documented in plot.geostas

plot.geostas <- function(x, at=seq(0, 1, 0.1), main="AMSM with Domain Assignment",
                         col.regions=rev(heat.colors(200)), 
                         margin.segments=x$grps, ...) {
  
  plot.dccm(x$amsm, at=at, main=main, 
            col.regions=col.regions,
            margin.segments=margin.segments, ...)
  
}

Try the bio3d package in your browser

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

bio3d documentation built on Oct. 27, 2022, 1:06 a.m.