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