Skip to content

Instantly share code, notes, and snippets.

View HelenHH's full-sized avatar

Helen Zhi Huang HelenHH

View GitHub Profile
@HelenHH
HelenHH / index.html
Created December 16, 2014 22:17
Scatterplot
<!doctype HTML>
<meta charset = 'utf-8'>
<html>
<head>
<script src='//ramnathv.github.io/rCharts/libraries/widgets/polycharts/js/polychart2.standalone.js' type='text/javascript'></script>
<style>
.rChart {
display: block;
@HelenHH
HelenHH / index.html
Created December 16, 2014 22:03
Scatterplot
<!doctype HTML>
<meta charset = 'utf-8'>
<html>
<head>
<script src='//ramnathv.github.io/rCharts/libraries/widgets/polycharts/js/polychart2.standalone.js' type='text/javascript'></script>
<style>
.rChart {
display: block;
@HelenHH
HelenHH / index.html
Created December 16, 2014 22:01
Scatterplot
<!doctype HTML>
<meta charset = 'utf-8'>
<html>
<head>
<script src='//ramnathv.github.io/rCharts/libraries/widgets/polycharts/js/polychart2.standalone.js' type='text/javascript'></script>
<style>
.rChart {
display: block;
#Finding unique libraries from complete Data Science course series...
library(knitr)
#Johns Hopkins Data Science Certificate repo
#https://github.com/DataScienceSpecialization/courses
#Set to your own working directory where .Rmd forked GitHub files reside
path <- setwd("~/R/Data_Science_Johns Hop/datasciencecoursera/courses")
#path = getwd()