Plot the dive curve and consumption depending on time and depth. Only represent sqare profile

# S3 method for conso
plot(
  x,
  ...,
  dive_print = TRUE,
  rules_print = TRUE,
  hour_print = TRUE,
  line_print = TRUE,
  depth_print = TRUE,
  time_print = TRUE,
  def_cols = FALSE,
  legend = TRUE,
  add = FALSE
)

Arguments

x

an object of class conso.

...

every argument for the plot function such as graphical parameters for lines. Classical graphical parameter applies on the dive curve.

  • type for the size line, set to 'b' by default.

  • xlab set to 'Time' by default, see title.

  • ylab set to 'Depth' by default, see title.

dive_print

set to TRUE by default, whether there is the dive curve printed.

rules_print

set to TRUE by default, whether the rules are shown

hour_print

set to TRUE by default, whether there is the hour at beginning and end of the dive.

line_print

set to TRUE by default, whether there is lines for depths.

depth_print

set to TRUE by default, whether there is depth values along the dive.

time_print

set to TRUE by default, whether there is time values along the dive.

def_cols

set to FALSE by default, modify plot colors to match shinyapp css.

legend

set to FALSE by default, print legend colors for the tank.

add

set to FALSE by default, to add another dive plot on a precedent one.

See also

  • plot, title and par for plot parameter that were omitted on this documentation

  • conso for every aspect about conso object creations.

Author

Jaunatre Maxime <maxime.jaunatre@yahoo.fr>