# The hashtag (#) at the beginning of this line means R doesn't run it. "But this line is run by R" # Hit Ctrl+Enter to see what I mean. (This runs the current line or highlighted section) # You can ...
In this tutorial we create basic visualizations (histograms and box plots) using R. The purpose of these basic visualizations is to see the distribution of a particular variable. The distribution ...