R/plot2x2.R

Defines functions plot2x2

Documented in plot2x2

plot2x2 = function(bedata, Var)
{
  dev.new()
  plot2x2a(bedata, Var)

  dev.new()
  plot2x2b(bedata, Var)
}

Try the BE package in your browser

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

BE documentation built on Jan. 7, 2023, 1:11 a.m.