R/plotl.r

#' Standard plot with "line" as standard type
#'@export
plotl <- function(...) {
  plot(..., type="l")
}
wimverbruggen/baseExtended documentation built on May 7, 2019, 10:53 p.m.