xlsx_plot: xlsx_plot

Description Usage Arguments Details Author(s)

View source: R/xlsx_plot.R

Description

Several commands to be used with xlsx package

Usage

1
2
xlsx_plot(wb, sheet, plotFunction, startRow = NULL, startCol = 1,
  width = 480, height = 480, ...)

Arguments

wb

Workbook class object

sheet

Sheet class object

plotFunction

Plot function to execute with return value plot

startRow

integer for row to insert at

startCol

integer for column to insert at

width

Figure width

height

Figure height

...

other arguments to pass on to png()

Details

Function for adding plot to a excel sheet using xlsx package

Author(s)

Kevin W. McConeghy


kmcconeghy/Scotty documentation built on Aug. 26, 2020, 11:45 p.m.