Description Usage Arguments Value Examples
Create a boxplot of different sales metrics
1 2 3 4 5 | price_boxplot(
df,
variable = c("all", "sales_price", "ppsf", "ppbr", "ppunit"),
columns = 1
)
|
df |
Data frame |
variable |
variable of interest: sales_price, ppsf, ppbr or ppunit. default = all. |
ylimits |
limits of y axis |
returns a boxplot
1 2 | Modified from g2- Case Study.Rmd:
price_boxplot(Apartments3, variable = 'ppsf')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.