View source: R/XDRTransform2D.R
XDRTransform2D | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.xdr.html
XDRTransform2D(
rot = NULL,
flipH = NULL,
flipV = NULL,
off = NULL,
ext = NULL,
chOff = NULL,
chExt = NULL,
...
)
rot |
rot |
flipH |
flipH |
flipV |
flipV |
off |
off |
ext |
ext |
chOff |
chOff |
chExt |
chExt |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
XDRTransform2D()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.