argonPersp {argonR} | R Documentation |
Build an argon perspective effect
argonPersp(..., side)
... |
Tag to be treated by the persp effect. |
side |
Perspective side effect. "right" or "left". |
Disabled on small screens (not a bug)
David Granjon, dgranjon@ymail.com
if (interactive()) { library(argonR) argonPersp(argonCard(), side = "right") }