R/plot.ddc.R

Defines functions plot.ddc

Documented in plot.ddc

plot.ddc = function(x, ...){
  #' @export
  #' 
  #' @title plot depth-depth curve
  #' 
  #' @param x depth-depth curve
  #' @param ... other parameters passed to plot
  #' 
  plot(x = x$h1,
       y = x$h2,
       ...)
}

Try the admtools package in your browser

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

admtools documentation built on June 8, 2025, 10:35 a.m.