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 Oct. 23, 2020, 5:46 p.m.