R/junction.R

junction <- function(x, y, 
                     col=par('col'),
                     lwd=par('lwd'),
                     cex=par('cex'))
{
    points(x, y, pch=20, col=col, lwd=lwd)
}
dankelley/circuit documentation built on May 14, 2019, 4:09 p.m.