Data Preparation Functions
Plot Output Functions
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | calcRevenueShop(ecomData)
calcCustomersShop(ecomData)
calcNumProdsShop(ecomData)
calcRevenueI(ecomData, customerID)
calcQuantileI(ecomData, customerID)
calcNumProdsI(ecomData, customerID)
calcNumUsersI(ecomData, customerID)
calcNumUsers(ecomData, customerID)
trendDist(ecomData, dateSpan, trendVar)
timeDist(ecomData, timeVar)
trendDistI(ecomData, customerID, dateSpan, trendVarI)
timeDistI(ecomData, customerID, timeVarI)
calcTopProductsShop(ecomData, numProducts, dateSpan)
emptyProdTable()
calcLowProductsShop(ecomData, numProducts, dateSpan)
calcTopProductsI(ecomData, customerID, numProducts, dateSpan)
calcLowProductsI(ecomData, customerID, numProducts, dateSpan)
|
ecomData |
data object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.