Home
last modified time | relevance | path

Searched refs:insertPlot (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/R-cran-openxlsx/openxlsx/man/
H A DinsertPlot.Rd3 \name{insertPlot}
4 \alias{insertPlot}
7 insertPlot(
65 insertPlot(wb, 1, width = 5, height = 3.5, fileType = "png", units = "in")
69 insertPlot(wb, 1, xy = c("J", 2), width = 16, height = 10, fileType = "png", units = "cm")
H A DinsertImage.Rd62 \code{\link[=insertPlot]{insertPlot()}}
/dports/textproc/R-cran-openxlsx/openxlsx/tests/testthat/
H A Dtest-trying_to_break_openxlsx.R127 insertPlot(wb = wb, sheet = "Sheet 1", startCol = 14, startRow = 3)
130 insertPlot(wb = wb, sheet = "Sheet 2", startCol = 14, startRow = 3)
133 insertPlot(wb = wb, sheet = "Sheet 3", startCol = 14, startRow = 3)
157 insertPlot(wb = wb, sheet = "Sheet 1", startCol = 14, startRow = 25)
160 insertPlot(wb = wb, sheet = "Sheet 2", startCol = 14, startRow = 25)
164 insertPlot(wb = wb, sheet = "Sheet 3", startCol = 14, startRow = 25)
/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/frameworks/CorePlot/Source/
H A DCPTGraph.h98 -(void)insertPlot:(CPTPlot *)plot atIndex:(NSUInteger)index;
99 -(void)insertPlot:(CPTPlot *)plot atIndex:(NSUInteger)index intoPlotSpace:(CPTPlotSpace *)space;
H A DCPTLegend.h124 -(void)insertPlot:(CPTPlot *)plot atIndex:(NSUInteger)index;
H A DCPTGraph.m374 -(void)insertPlot:(CPTPlot* )plot atIndex:(NSUInteger)index
376 [self insertPlot:plot atIndex:index intoPlotSpace:self.defaultPlotSpace];
384 -(void)insertPlot:(CPTPlot* )plot atIndex:(NSUInteger)index intoPlotSpace:(CPTPlotSpace *)space
H A DCPTLegend.m690 -(void)insertPlot:(CPTPlot* )plot atIndex:(NSUInteger)index
/dports/textproc/R-cran-openxlsx/openxlsx/inst/doc/
H A DIntroduction.Rmd151 insertPlot(wb, 2, xy=c("B", 16)) ## insert plot at cell B16
344 insertPlot(wb, sheet = 1, xy = c("J", 3))
355 insertPlot(wb, sheet = 1, startRow=25, startCol = "J")
410 insertPlot(wb, 1, width, height, units="px", startRow= 5, startCol = 2)
441 insertPlot(wb, 2, width = 5, height = 4, startCol = "E", startRow = 2)
447 insertPlot(wb, 2, width = 5, height = 4, xy= c("M", 2))
478 insertPlot(wb, "Reconstructed Images", width, height, units="px",
/dports/textproc/R-cran-openxlsx/openxlsx/vignettes/
H A DIntroduction.Rmd151 insertPlot(wb, 2, xy=c("B", 16)) ## insert plot at cell B16
344 insertPlot(wb, sheet = 1, xy = c("J", 3))
355 insertPlot(wb, sheet = 1, startRow=25, startCol = "J")
410 insertPlot(wb, 1, width, height, units="px", startRow= 5, startCol = 2)
441 insertPlot(wb, 2, width = 5, height = 4, startCol = "E", startRow = 2)
447 insertPlot(wb, 2, width = 5, height = 4, xy= c("M", 2))
478 insertPlot(wb, "Reconstructed Images", width, height, units="px",
/dports/textproc/R-cran-openxlsx/openxlsx/
H A DNAMESPACE46 export(insertPlot)
H A DMD5110 272092de7c811c474ea8c8a03e30930b *man/insertPlot.Rd
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dmainwindow.h163 void insertPlot();
H A Dmainwindow.cpp1087 void MainWindow::insertPlot() { in insertPlot() function in Kst::MainWindow
1307 connect(_insertPlotAct, SIGNAL(triggered()), this, SLOT(insertPlot())); in createActions()
/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A Dwrappers.R1613 insertPlot <- function(wb, sheet, width = 6, height = 4, xy = NULL, function