DrawingHF {xlcharts}R Documentation

DrawingHF

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chartsheet.relation.html

Usage

DrawingHF(
  id = NULL,
  lho = NULL,
  lhe = NULL,
  lhf = NULL,
  cho = NULL,
  che = NULL,
  chf = NULL,
  rho = NULL,
  rhe = NULL,
  rhf = NULL,
  lfo = NULL,
  lfe = NULL,
  lff = NULL,
  cfo = NULL,
  cfe = NULL,
  cff = NULL,
  rfo = NULL,
  rfe = NULL,
  rff = NULL,
  ...
)

Arguments

id

id

lho

lho

lhe

lhe

lhf

lhf

cho

cho

che

che

chf

chf

rho

rho

rhe

rhe

rhf

rhf

lfo

lfo

lfe

lfe

lff

lff

cfo

cfo

cfe

cfe

cff

cff

rfo

rfo

rfe

rfe

rff

rff

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
DrawingHF()

## End(Not run)


[Package xlcharts version 0.0.2 Index]