Exercise: Vectors
- Create a vector with your first, middle, and last names.
Exercise: Subsetting
- Create a new data frame that only includes houses worth more than $1,000,000.
- From this new data frame what is the average living square footage of houses. Hint columns in a data.frame can be indexed by
Seattle$sqft_living
Exercise: Basic Plot
- Using only the subset of homes worth more than a million dollars, create a graphic.