R/qplot_sp.R

Defines functions qplot_sp

Documented in qplot_sp

#  ------------------------------------------------------------------------
#' @rdname qplot_kSp
#' @export
qplot_sp <- function(..., Title = NULL, filled = FALSE, line_size = .5) {
	qplot_kSp(..., Title = Title, filled = filled, line_size = line_size)
}
GegznaV/spHelper documentation built on April 16, 2023, 1:42 p.m.