Point2D: Point2D

View source: R/Point2D.R

Point2DR Documentation

Point2D

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html

Usage

Point2D(x = NULL, y = NULL, ...)

Arguments

x

x

y

y

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
Point2D(x = 1L, y = 1L)

## End(Not run)


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