Skip to content

Instantly share code, notes, and snippets.

View justlebeau's full-sized avatar

Justin LeBeau justlebeau

View GitHub Profile
@justlebeau
justlebeau / index.html
Last active December 14, 2020 16:04
Tree with Link Labels Zoomable
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
.node {
cursor: pointer;
}
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 1.5px;
@justlebeau
justlebeau / index.html
Last active June 9, 2020 14:40
Vertical Block Tree Diagram
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
.node rect {
fill: #fff;
stroke: steelblue;
stroke-width: 3px;
}
@justlebeau
justlebeau / .block
Last active July 2, 2020 14:53
Indented Tree w/links
license: mit
@justlebeau
justlebeau / .block
Last active April 3, 2019 08:51
Scatter plot + Brush
license: mit
@justlebeau
justlebeau / .block
Last active March 15, 2019 06:25
Collapsible Tree Rectangles with Hyperlinks
license MIT
@justlebeau
justlebeau / .block
Last active October 31, 2018 12:04
Treemap for node text testing
license: mit
@justlebeau
justlebeau / Vlookup.R
Created March 24, 2017 10:52 — forked from jnmaloof/Vlookup.R
A vlookup function for R
#Vlookup in R
#Version 0.3 November 12, 2013
#Return senesical results if return column is a factor
#Version 0.2 November 11, 2013
#Require first column of table to be numeric if range lookup is being done
#Change defaults to larger=FALSE
#Julin Maloof
vlookup <- function(ref, #the value or values that you want to look for
table, #the table where you want to look for it; will look in first column
@justlebeau
justlebeau / .block
Last active March 22, 2017 10:25
Continential Density Bubbles
license: mit
@justlebeau
justlebeau / .block
Last active March 3, 2017 13:56
Titanic Survival Bubble Clusters
license: mit
@justlebeau
justlebeau / .block
Last active November 7, 2016 11:53
Circle Packer Continents and Languages Spoken
license: mit