R/openplotmat.R

Defines functions openplotmat

Documented in openplotmat

##==============================================================================
# openplotmat: opens a plot, ready to plot diagrams or transition matrices
##==============================================================================

openplotmat <- function(asp=NA,...)
  emptyplot(asp=asp, ...)

Try the diagram package in your browser

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

diagram documentation built on Sept. 8, 2020, 3:01 p.m.