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:


The downloaded binary packages are in
    /var/folders/0t/rn_fyzy57zj7zk90gbq3s6x40000gn/T//Rtmpt8fzIn/downloaded_packages

The downloaded binary packages are in
    /var/folders/0t/rn_fyzy57zj7zk90gbq3s6x40000gn/T//Rtmpt8fzIn/downloaded_packages

The downloaded binary packages are in
    /var/folders/0t/rn_fyzy57zj7zk90gbq3s6x40000gn/T//Rtmpt8fzIn/downloaded_packages

The downloaded binary packages are in
    /var/folders/0t/rn_fyzy57zj7zk90gbq3s6x40000gn/T//Rtmpt8fzIn/downloaded_packages

The downloaded binary packages are in
    /var/folders/0t/rn_fyzy57zj7zk90gbq3s6x40000gn/T//Rtmpt8fzIn/downloaded_packages
aplot <- aplot + geom_point(mapping = aes(color = Region), shape = 21, size = 2, fill = "white")
##1b. set parameter of color var to by "Region" 
###1b1.Color the points based on Region using hollow points
###1b2. set value in geom_point for fill


                  #mapping = aes(color = Region), 
                  #shape, # defines shape
                  # size, # defines correct size
                  # show.legend = TRUE,  # implements a legend
aplot

Row {data-width=400}

Main Graph

Row {data-width=600}

Data Table

Random - Beaches Dataset (years by temperature)

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