powered by
box
tribox(...)
polygon
plot.default
plot.trifield
## The function is currently defined as function(...) { lx = 2 / sqrt(3) tribox = cbind(c(0, lx / 2, lx), c(0, 1, 0)) polygon(tribox, ...) }
Run the code above in your browser using DataLab