R Markdown

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.

When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

## [1] "data.frame"
##       long      lat group order region subregion
## 1 204.4187 19.01201     1     1    USA    Hawaii
## 2 204.3744 18.96392     1     2    USA    Hawaii
## 3 204.3192 18.96768     1     3    USA    Hawaii
## 4 204.1187 19.07051     1     4    USA    Hawaii
## 5 204.0944 19.12583     1     5    USA    Hawaii
## 6 204.1093 19.38252     1     6    USA    Hawaii

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.