pptInsertImage: Add picture (image file) to slide.

Description Usage Arguments Examples

Description

The default position is in the middle of the slide, at the size of the original image.

Usage

1
2
  pptInsertImage(ppt, file = NULL,
    size = c(0.1, 0.1, 0.9, 0.9))

Arguments

ppt

A ppt object, see pptNew

file

Location and file name of a plot

size

A numeric vector of size 4, indicating c(x1, y1, x2, y2) expressed as percentage of page size

Examples

1
2
3
4
##if(isRcomSupported()){
##  ppt <- newSlide(ppt, "Slide with graphic", "This is really interesting",
##    plot=plotIs("company_language.wmf"), size=c(0.5, 0.25, 1, 0.75))
##}

andrie/braidppt documentation built on May 10, 2019, 11:18 a.m.