R/summary.R

Defines functions plot.psgp summary.psgp

summary.psgp = function(object, ...) {
  summaryIntamap(object, ...)
}



plot.psgp = function(x, ...) {
  plotIntamap(x,  ...)
}

Try the psgp package in your browser

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

psgp documentation built on Nov. 27, 2023, 5:09 p.m.