Point3D: Point3D

View source: R/Point3D.R

Point3DR 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)


xlcharts documentation built on May 29, 2024, 7:58 a.m.