PowerPoint reporting of a description of categories

Yes_decat(
  res,
  yes_study_name = "Quantitative description of products",
  path = getwd(),
  file.name = "decat_results.pptx",
  x1 = 1,
  x2 = 2,
  size_tab = 10,
  col.neg = "red",
  col.pos = "blue"
)

Arguments

res

decat result

yes_study_name

title displayed on the first slide

path

PowerPoint file to be created

file.name

name of the PowerPoint file

x1

dimension to plot on the x-axis

x2

dimension to plot on the y-axis

size_tab

maximum number of rows of a table per slide

col.neg

color for negative values (on the wordclouds)

col.pos

color for positive values (on the wordclouds)

Examples

if (FALSE) {
data("sensochoc")
res.decat <- SensoMineR::decat(sensochoc, formul="~Product+Panelist", firstvar = 5, graph = FALSE)
# Create the PowerPoint in the current working directory
Yes_decat(res.decat)
}