GeomRect {xlcharts} | R Documentation |
GeomRect
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html
Usage
GeomRect(l = NULL, t = NULL, r = NULL, b = NULL, ...)
Arguments
l |
l |
t |
t |
r |
r |
b |
b |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
GeomRect(l = 1L, t = 1L, 1L, 1L)
## End(Not run)
[Package xlcharts version 0.0.2 Index]