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