Need to add xlim(), ylim(), limits(), or coordinate options to visualization. There are almost always outliers in real data and instead of using data wrangling, ie filter(), directly we should have them use limits on scales to zoom in or filter the data. They should also take care to note they are removing/ignoring extreme values/outliers.
Need to add
xlim(),ylim(),limits(), or coordinate options to visualization. There are almost always outliers in real data and instead of using data wrangling, iefilter(), directly we should have them use limits on scales to zoom in or filter the data. They should also take care to note they are removing/ignoring extreme values/outliers.