Skip to content

Instantly share code, notes, and snippets.

View mooreryan's full-sized avatar

Ryan Moore mooreryan

View GitHub Profile
(ns cljs_reagent_proj.core
(:require
[reagent.core :as r]
[cljsjs.react-vis :as rvis]))
(def chart-data [{:x 1 :y 1}
{:x 2 :y 2}
{:x 3 :y 4}
{:x 4 :y 5}
{:x 5 :y 4}
(ns cljs_reagent_proj.core
(:require
[reagent.core :as r]
[cljsjs.react-vis :as rvis]))
(def chart-data [{:x 1 :y 1}
{:x 2 :y 2}
{:x 3 :y 4}
{:x 4 :y 5}
{:x 5 :y 4}
(ns cljs_reagent_proj.core
(:require
[reagent.core :as r]
[cljsjs.react-vis :as rvis]))
(def chart-data [{:x 1 :y 1}
{:x 2 :y 2}
{:x 3 :y 4}
{:x 4 :y 5}
{:x 5 :y 4}
(ns cljs_reagent_proj.core
(:require
[reagent.core :as r]
[cljsjs.react-vis :as rvis]))
(def chart-data [{:x 1 :y 1}
{:x 2 :y 2}
{:x 3 :y 4}
{:x 4 :y 5}
{:x 5 :y 4}
(ns cljs_reagent_proj.core
(:require
[reagent.core :as r]
[cljsjs.react-vis :as rvis]))
(def chart-data [{:x 1 :y 1}
{:x 2 :y 2}
{:x 3 :y 4}
{:x 4 :y 5}
{:x 5 :y 4}
(ns cljs_reagent_proj.core
(:require
[reagent.core :as r]
[cljsjs.react-vis :as rvis]))
(def chart-data [{:x 1 :y 1}
{:x 2 :y 2}
{:x 3 :y 4}
{:x 4 :y 5}
{:x 5 :y 4}
(ns cljs_reagent_proj.core
(:require
[reagent.core :as r]
[cljsjs.react-vis :as rvis]))
(def chart-data [{:x 1 :y 1}
{:x 2 :y 2}
{:x 3 :y 4}
{:x 4 :y 5}
{:x 5 :y 4}
Sample Group Longitude Latitude Salinity DO Temperature Nitrate Ammonia Phosphate DON
GW-1 Subsurface -87.88392 30.4314 0 0.3 21.1 155.9 0.8 0.1 83
TS-SE-A Subsurface -87.87815 30.39243 0 0.1 29.3 0.7 125.2 0.1 98
TS-SE-B1 Subsurface -87.87825 30.39229 0 0.6 29.9 81.9 54.5 0.6 33
TS-SE-B2 Subsurface -87.87825 30.39229 1.8 0.6 29.4 63.9 4.5 2.7 32
TS-SE-B3 Subsurface -87.87825 30.39229 1.8 0 29.4 3.3 119.3 2.3 57
TS-SE-B4 Subsurface -87.87825 30.39229 1.8 0 29.4 2.8 92 1.8 60
TS-SE-B5 Subsurface -87.87825 30.39229 1.8 0 29.4 2.3 51.8 0.6 92
TS-NE-A1 Subsurface -87.90843 30.53017 0.1 1.3 25.5 78 0.5 0.2 10
TS-NE-A2 Subsurface -87.90843 30.53017 0.1 1.4 25.5 145 3.9 0.5 4
@mooreryan
mooreryan / iris.json
Last active November 24, 2020 02:00
Edgar Anderson's Iris Data, with correlation and covariance
[
{
"SepalLength": 5.1,
"SepalWidth": 3.5,
"PetalLength": 1.4,
"PetalWidth": 0.2,
"Species": "setosa",
"SepalLengthScaled": -0.8977,
"SepalWidthScaled": 1.0156,
"PetalLengthScaled": -1.3358,
@mooreryan
mooreryan / iris_pca_feature_loadings.json
Last active November 25, 2020 09:02
PCA of Edgar Anderson's Iris Data
[
{
"Feature": "PetalLength",
"PC1Loadings": 1.7615,
"PC2Loadings": 0.0854,
"PC3Loadings": -0.0213,
"PC4Loadings": -0.0741,
"PC1Axes": 0.8567,
"PC2Axes": 0.1734,
"PC3Axes": -0.0762,