View source: R/createGraphData.R
createGraphData | R Documentation |
This function creates weighted graphData to create most common graphs. x axis is normallly the groupVar and y axis is the originVar. if you don't want data to be weighted, use weightVar = NULL
createGraphData(
df = intData,
originVar,
groupVar = "Edad",
weightVar = "ponde",
totalColumn = T
)
df |
default: intData |
originVar |
Variable to be graphed. Default intData |
groupVar |
Variable to be grouped by. Defaul Edad |
weightVar |
Weight variable. Default ponde, |
totalColumn |
Should the total column be included in the data. Default: TRUE |
Dataframe for graphs
Gabriel N. Camargo-Toledo gcamargo@sensata.io
TBD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.