R/bwplot_wrapper.R

Defines functions bwplot_wrapper

Documented in bwplot_wrapper

bwplot_wrapper <- function(Y, X, ...) {
  lattice::bwplot(stats::formula(Y ~ X), ...)
}

Try the PhotoGEA package in your browser

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

PhotoGEA documentation built on April 11, 2025, 5:48 p.m.