Package networkd3. December 31, Type Package Title D3 JavaScript Network Graphs from R

Size: px
Start display at page:

Download "Package networkd3. December 31, Type Package Title D3 JavaScript Network Graphs from R"

Transcription

1 Type Package Title D3 JavaScript Network Graphs from R Package networkd3 December 31, 2015 Creates 'D3' 'JavaScript' network, tree, dendrogram, and Sankey graphs from 'R'. Version Date URL BugReports License GPL (>= 3) Depends R (>= 3.0.0) Imports htmlwidgets (>= 0.3.2) Suggests htmltools (>= 0.2.6), jsonlite Enhances knitr, shiny LazyData true RoxygenNote NeedsCompilation no Author Christopher Gandrud [aut, cre], J.J. Allaire [aut], Kenton Russell [aut], B.W. Lewis [ctb], Kevin Kuo [ctb], Charles Sese [ctb], Peter Ellis [ctb], Jonathan Owen [ctb], Jennifer Rogers [ctb] Maintainer Christopher Gandrud <christopher.gandrud@gmail.com> Repository CRAN Date/Publication :47:33 1

2 2 as.radialnetwork R topics documented: networkd3-package as.radialnetwork chordnetwork chordnetworkoutput dendronetwork diagonalnetwork forcenetwork JS MisLinks MisNodes radialnetwork sankeynetwork savenetwork simplenetwork Index 20 networkd3-package Tools for Creating D3 Network Graphs from R Creates D3 JavaScript network, tree, dendrogram, and Sankey graphs from R. as.radialnetwork Convert an R hclust or dendrogram object into a radialnetwork list. as.radialnetwork converts an R hclust or dendrogram object into a list suitable for use by the radialnetwork function. as.radialnetwork(d, root) d root An object of R class hclust or dendrogram. An optional name for the root node. If missing, use the first argument variable name.

3 chordnetwork 3 Details as.radialnetwork coverts R objects of class hclust or dendrogram into a list suitable for use with the radialnetwork function. Examples # Create a hierarchical cluster object and display with radialnetwork ## dontrun hc <- hclust(dist(usarrests), "ave") radialnetwork(as.radialnetwork(hc)) chordnetwork Create Reingold-Tilford Tree network diagrams. Create Reingold-Tilford Tree network diagrams. chordnetwork(data, height = 500, width = 500, initialopacity = 0.8, useticks = 0, colourscale = c("#1f77b4", "#aec7e8", "#ff7f0e", "#ffbb78", "#2ca02c", "#98df8a", "#d62728", "#ff9896", "#9467bd", "#c5b0d5", "#8c564b", "#c49c94", "#e377c2", "#f7b6d2", "#7f7f7f", "#c7c7c7", "#bcbd22", "#dbdb8d", "#17becf", "#9edae5"), padding = 0.1, fontsize = 14, fontfamily = "sans-serif", labels = c(), labeldistance = 30) Data height width A square matrix or data frame whose (n, m) entry represents the strength of the link from group n to group m height for the network graph s frame area in pixels (if NULL then height is automatically determined based on context) numeric width for the network graph s frame area in pixels (if NULL then width is automatically determined based on context) initialopacity specify the opacity before the user mouses over the link useticks colourscale padding fontsize integer number of ticks on the radial axis. The default is 0 which means no ticks will be drawn. specify the hexadecimal colours in which to display the different categories. If there are fewer colours than categories, the last colour is repeated as necessary (if NULL then defaults to D3 colour scale) specify the amount of space between adjacent categories on the outside of the graph numeric font size in pixels for the node text labels.

4 4 chordnetworkoutput fontfamily labels labeldistance font family for the node text labels. vector containing labels of the categories integer distance in pixels (px) between text labels and outer radius. The default is 30. Mike Bostock: Examples ## Not run: #### Data about hair colour preferences, from ## haircolourdata <- matrix(c(11975, 1951, 8010, 1013, 5871, 10048, 16145, 990, 8916, 2060, 8090, 940, 2868, 6171, 8045, 6907), nrow = 4) chordnetwork(data = haircolourdata, width = 500, height = 500, colourscale = c("#000000", "#FFDD89", "#957244", "#F26223"), labels = c("red", "brown", "blond", "gray")) ## End(Not run) chordnetworkoutput Shiny bindings for networkd3 widgets Output and render functions for using networkd3 widgets within Shiny applications and interactive Rmd documents. chordnetworkoutput(outputid, width = "100%", height = "500px") renderchordnetwork(expr, env = parent.frame(), quoted = FALSE) dendronetworkoutput(outputid, width = "100%", height = "800px")

5 dendronetwork 5 renderdendronetwork(expr, env = parent.frame(), quoted = FALSE) diagonalnetworkoutput(outputid, width = "100%", height = "800px") renderdiagonalnetwork(expr, env = parent.frame(), quoted = FALSE) forcenetworkoutput(outputid, width = "100%", height = "500px") renderforcenetwork(expr, env = parent.frame(), quoted = FALSE) radialnetworkoutput(outputid, width = "100%", height = "800px") renderradialnetwork(expr, env = parent.frame(), quoted = FALSE) sankeynetworkoutput(outputid, width = "100%", height = "500px") rendersankeynetwork(expr, env = parent.frame(), quoted = FALSE) simplenetworkoutput(outputid, width = "100%", height = "500px") rendersimplenetwork(expr, env = parent.frame(), quoted = FALSE) outputid width, height expr env quoted output variable to read from Must be a valid CSS unit (like "100%", "400px", "auto") or a number, which will be coerced to a string and have "px" appended. An expression that generates a networkd3 graph The environment in which to evaluate expr. Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable. dendronetwork Create hierarchical cluster network diagrams. Create hierarchical cluster network diagrams. dendronetwork(hc, height = 500, width = 800, fontsize = 10, linkcolour = "#ccc", nodecolour = "#fff", nodestroke = "steelblue", textcolour = "#111", textopacity = 0.9, textrotate = NULL, opacity = 0.9, margins = NULL, linktype = c("elbow", "diagonal"), treeorientation = c("horizontal", "vertical"), zoom = FALSE)

6 6 dendronetwork hc height width fontsize linkcolour nodecolour nodestroke textcolour textopacity a hierarchical (hclust) cluster object. height for the network graph s frame area in pixels numeric width for the network graph s frame area in pixels numeric font size in pixels for the node text labels. character string specifying the colour you want the link lines to be. Multiple character string specifying the colour you want the node circles to be. Multiple character string specifying the colour you want the node perimeter to be. Multiple character vector or scalar specifying the colour you want the text to be before they are clicked. Order should match the order of hclust$labels. Multiple numeric vector or scalar of the proportion opaque you would like the text to be before they are clicked. rder should match the order of hclust$labels. textrotate numeric degress to rotate text for node text. Default is 0 for horizontal and 65 degrees for vertical. opacity margins numeric value of the proportion opaque you would like the graph elements to be. numeric value or named list of plot margins (top, right, bottom, left). Set the margin appropriately to accomodate long text labels. linktype character specifying the link type between points. Options are elbow and diagonal. treeorientation character specifying the tree orientation, Options are vertical and horizontal. zoom logical enabling plot zoom and pan Mike Bostock: Fabio Nelli: Examples ## Not run: hc <- hclust(dist(usarrests), "ave") dendronetwork(hc, height = 600) dendronetwork(hc, treeorientation = "vertical") dendronetwork(hc, height = 600, linktype = "diagonal") dendronetwork(hc, treeorientation = "vertical", linktype = "diagonal") dendronetwork(hc, textcolour = c("red", "green", "orange")[cutree(hc, 3)],

7 diagonalnetwork 7 height = 600) dendronetwork(hc, textcolour = c("red", "green", "orange")[cutree(hc, 3)], treeorientation = "vertical") ## End(Not run) diagonalnetwork Create Reingold-Tilford Tree network diagrams. Create Reingold-Tilford Tree network diagrams. diagonalnetwork(list, height = NULL, width = NULL, fontsize = 10, fontfamily = "serif", linkcolour = "#ccc", nodecolour = "#fff", nodestroke = "steelblue", textcolour = "#111", opacity = 0.9, margin = NULL) List height width fontsize fontfamily linkcolour nodecolour nodestroke textcolour opacity margin a hierarchical list object with a root node and children. height for the network graph s frame area in pixels (if NULL then height is automatically determined based on context) numeric width for the network graph s frame area in pixels (if NULL then width is automatically determined based on context) numeric font size in pixels for the node text labels. font family for the node text labels. character string specifying the colour you want the link lines to be. Multiple character string specifying the colour you want the node circles to be. Multiple character string specifying the colour you want the node perimeter to be. Multiple character string specifying the colour you want the text to be before they are clicked. Multiple numeric value of the proportion opaque you would like the graph elements to be. an integer or a named list/vector of integers for the plot margins. If using a named list/vector, the positions top, right, bottom, left are valid. If a single integer is provided, then the value will be assigned to the right margin. Set the margin appropriately to accomodate long text labels.

8 8 diagonalnetwork Reingold. E. M., and Tilford, J. S. (1981). Tidier Drawings of Trees. IEEE Transactions on Software Engineering, SE-7(2), Mike Bostock: Examples ## Not run: #### Create tree from JSON formatted data ## Download JSON data # Create URL. paste0 used purely to keep within line width. URL <- paste0(" "master/jsondata//flare.json") ## Convert to list format Flare <- jsonlite::fromjson(url, simplifydataframe = FALSE) ## Recreate Bostock example from diagonalnetwork(list = Flare, fontsize = 10, opacity = 0.9) #### Create a tree dendrogram from an R hclust object hc <- hclust(dist(usarrests), "ave") diagonalnetwork(as.radialnetwork(hc)) diagonalnetwork(as.radialnetwork(hc), fontfamily = "cursive") #### Create tree from a hierarchical R list For an alternative structure see: CanadaPC <- list(name = "Canada", children = list(list(name = "Newfoundland", children = list(list(name = "St. John s"))), list(name = "PEI", children = list(list(name = "Charlottetown"))), list(name = "Nova Scotia", children = list(list(name = "Halifax"))), list(name = "New Brunswick", children = list(list(name = "Fredericton"))), list(name = "Quebec", children = list(list(name = "Montreal"), list(name = "Quebec City"))), list(name = "Ontario", children = list(list(name = "Toronto"), list(name = "Ottawa"))), list(name = "Manitoba", children = list(list(name = "Winnipeg"))), list(name = "Saskatchewan", children = list(list(name = "Regina"))), list(name = "Nunavuet", children = list(list(name = "Iqaluit"))), list(name = "NWT", children = list(list(name = "Yellowknife"))), list(name = "Alberta", children = list(list(name = "Edmonton"))), list(name = "British Columbia",

9 forcenetwork 9 )) children = list(list(name = "Victoria"), list(name = "Vancouver"))), list(name = "Yukon", children = list(list(name = "Whitehorse"))) diagonalnetwork(list = CanadaPC, fontsize = 10) ## End(Not run) forcenetwork Create a D3 JavaScript force directed network graph. Create a D3 JavaScript force directed network graph. forcenetwork(links, Nodes,, Target, Value, NodeID, Nodesize, Group, height = NULL, width = NULL, colourscale = JS("d3.scale.category20()"), fontsize = 7, fontfamily = "serif", linkdistance = 50, linkwidth = JS("function(d) { return Math.sqrt(d.value); }"), radiuscalculation = JS(" Math.sqrt(d.nodesize)+6"), charge = -120, linkcolour = "#666", opacity = 0.6, zoom = FALSE, legend = FALSE, bounded = FALSE, opacitynohover = 0, clickaction = NULL) Links Nodes Target Value NodeID Nodesize Group a data frame object with the links between the nodes. It should include the and Target for each link. These should be numbered starting from 0. An optional Value variable can be included to specify how close the nodes are to one another. a data frame containing the node id and properties of the nodes. If no ID is specified then the nodes must be in the same order as the variable column in the Links data frame. Currently only a grouping variable is allowed. character string naming the network source variable in the Links data frame. character string naming the network target variable in the Links data frame. character string naming the variable in the Links data frame for how wide the links are. character string specifying the node IDs in the Nodes data frame. character string specifying the a column in the Nodes data frame with some value to vary the node radius s with. See also radiuscalculation. character string specifying the group of each node in the Nodes data frame.

10 10 forcenetwork height width colourscale fontsize fontfamily linkdistance numeric height for the network graph s frame area in pixels. numeric width for the network graph s frame area in pixels. character string specifying the categorical colour scale for the nodes. See https: //github.com/mbostock/d3/wiki/ordinal-scales. numeric font size in pixels for the node text labels. font family for the node text labels. numeric or character string. Either numberic fixed distance between the links in pixels (actually arbitrary relative to the diagram s size). Or a JavaScript function, possibly to weight by Value. For example: linkdistance = JS("function(d){return d.value * 10} linkwidth numeric or character string. Can be a numeric fixed width in pixels (arbitrary relative to the diagram s size). Or a JavaScript function, possibly to weight by Value. The default is linkwidth = JS("function(d) { return Math.sqrt(d.value); }"). radiuscalculation character string. A javascript mathematical expression, to weight the radius by Nodesize. The default value is radiuscalculation = JS("Math.sqrt(d.nodesize)+6"). charge linkcolour opacity zoom legend bounded numeric value indicating either the strength of the node repulsion (negative value) or attraction (positive value). character string specifying the colour you want the link lines to be. Multiple numeric value of the proportion opaque you would like the graph elements to be. logical value to enable (TRUE) or disable (FALSE) zooming. logical value to enable node colour legends. logical value to enable (TRUE) or disable (FALSE) the bounding box limiting the graph s extent. See opacitynohover numeric value of the opacity proportion for node labels text when the mouse is not hovering over them. clickaction character string with a JavaScript expression to evaluate when a node is clicked. D3.js was created by Michael Bostock. See and, more specifically for force directed networks See Also JS. Examples #### Tabular data example. # Load data data(mislinks) data(misnodes) # Create graph

11 forcenetwork 11 forcenetwork(links = MisLinks, Nodes = MisNodes, = "source", Target = "target", Value = "value", NodeID = "name", Group = "group", opacity = 0.4, zoom = TRUE) # Create graph with legend and varying node radius forcenetwork(links = MisLinks, Nodes = MisNodes, = "source", Target = "target", Value = "value", NodeID = "name", Nodesize = "size", radiuscalculation = "Math.sqrt(d.nodesize)+6", Group = "group", opacity = 0.4, legend = TRUE) ## Not run: #### JSON Data Example # Load data JSON formated data into two R data frames # Create URL. paste0 used purely to keep within line width. URL <- paste0(" "master/jsondata/miserables.json") MisJson <- jsonlite::fromjson(url) # Create graph forcenetwork(links = MisJson$links, Nodes = MisJson$nodes, = "source", Target = "target", Value = "value", NodeID = "name", Group = "group", opacity = 0.4) # Create graph with zooming forcenetwork(links = MisJson$links, Nodes = MisJson$nodes, = "source", Target = "target", Value = "value", NodeID = "name", Group = "group", opacity = 0.4, zoom = TRUE) # Create a bounded graph forcenetwork(links = MisJson$links, Nodes = MisJson$nodes, = "source", Target = "target", Value = "value", NodeID = "name", Group = "group", opacity = 0.4, bounded = TRUE) # Create graph with node text faintly visible when no hovering forcenetwork(links = MisJson$links, Nodes = MisJson$nodes, = "source", Target = "target", Value = "value", NodeID = "name", Group = "group", opacity = 0.4, bounded = TRUE, opacitynohover = TRUE) # Create graph with alert pop-up when a node is clicked. You re # unlikely to want to do exactly this, but you might use # Shiny.onInputChange() to allocate d.xxx to an element of input # for use in a Shiny app. MyClickScript <- alert("you clicked " + d.name + " which is in row " + (d.index + 1) + " of your original R data frame"); forcenetwork(links = MisLinks, Nodes = MisNodes, = "source", Target = "target", Value = "value", NodeID = "name", Group = "group", opacity = 1, zoom = F, bounded = T, clickaction = MyClickScript)

12 12 MisLinks ## End(Not run) JS Create character strings that will be evaluated as JavaScript Create character strings that will be evaluated as JavaScript JS(...)... character string to evaluate A direct import of JS from Ramnath Vaidyanathan, Yihui Xie, JJ Allaire, Joe Cheng and Kenton Russell (2015). htmlwidgets: HTML Widgets for R. R package version 0.4. MisLinks Les Miserables character links A data file of links from Knuth s Les Miserables characters data base. MisLinks Format A data set with 254 observations of 3 variables. See Mike Bostock

13 MisNodes 13 MisNodes Les Miserables character nodes A data file of nodes from Knuth s Les Miserables characters data base. MisNodes Format A data set with 77 observations of 2 variables, plus made up node size variable. See Mike Bostock radialnetwork Create Reingold-Tilford Tree network diagrams. Create Reingold-Tilford Tree network diagrams. radialnetwork(list, height = NULL, width = NULL, fontsize = 10, fontfamily = "serif", linkcolour = "#ccc", nodecolour = "#fff", nodestroke = "steelblue", textcolour = "#111", opacity = 0.9, margin = NULL) List height width fontsize fontfamily linkcolour a hierarchical list object with a root node and children. height for the network graph s frame area in pixels (if NULL then height is automatically determined based on context) numeric width for the network graph s frame area in pixels (if NULL then width is automatically determined based on context) numeric font size in pixels for the node text labels. font family for the node text labels. character string specifying the colour you want the link lines to be. Multiple

14 14 radialnetwork nodecolour nodestroke textcolour opacity margin character string specifying the colour you want the node circles to be. Multiple character string specifying the colour you want the node perimeter to be. Multiple character string specifying the colour you want the text to be before they are clicked. Multiple numeric value of the proportion opaque you would like the graph elements to be. an integer or a named list/vector of integers for the plot margins. If using a named list/vector, the positions top, right, bottom, left are valid. If a single integer is provided, then the value will be assigned to the right margin. Set the margin appropriately to accomodate long text labels. Reingold. E. M., and Tilford, J. S. (1981). Tidier Drawings of Trees. IEEE Transactions on Software Engineering, SE-7(2), Mike Bostock: Examples ## Not run: #### Create tree from JSON formatted data ## Download JSON data # Create URL. paste0 used purely to keep within line width. URL <- paste0(" "master/jsondata//flare.json") ## Convert to list format Flare <- jsonlite::fromjson(url, simplifydataframe = FALSE) ## Recreate Bostock example from radialnetwork(list = Flare, fontsize = 10, opacity = 0.9) #### Create a tree dendrogram from an R hclust object hc <- hclust(dist(usarrests), "ave") radialnetwork(as.radialnetwork(hc)) radialnetwork(as.radialnetwork(hc), fontfamily = "cursive") #### Create tree from a hierarchical R list For an alternative structure see: CanadaPC <- list(name = "Canada", children = list(list(name = "Newfoundland", children = list(list(name = "St. John s"))), list(name = "PEI", children = list(list(name = "Charlottetown"))), list(name = "Nova Scotia", children = list(list(name = "Halifax"))), list(name = "New Brunswick", children = list(list(name = "Fredericton"))), list(name = "Quebec",

15 sankeynetwork 15 )) children = list(list(name = "Montreal"), list(name = "Quebec City"))), list(name = "Ontario", children = list(list(name = "Toronto"), list(name = "Ottawa"))), list(name = "Manitoba", children = list(list(name = "Winnipeg"))), list(name = "Saskatchewan", children = list(list(name = "Regina"))), list(name = "Nunavuet", children = list(list(name = "Iqaluit"))), list(name = "NWT", children = list(list(name = "Yellowknife"))), list(name = "Alberta", children = list(list(name = "Edmonton"))), list(name = "British Columbia", children = list(list(name = "Victoria"), list(name = "Vancouver"))), list(name = "Yukon", children = list(list(name = "Whitehorse"))) radialnetwork(list = CanadaPC, fontsize = 10) ## End(Not run) sankeynetwork Create a D3 JavaScript Sankey diagram Create a D3 JavaScript Sankey diagram sankeynetwork(links, Nodes,, Target, Value, NodeID, NodeGroup = NodeID, LinkGroup = NULL, units = "", colourscale = JS("d3.scale.category20()"), fontsize = 7, fontfamily = NULL, nodewidth = 15, nodepadding = 10, margin = NULL, height = NULL, width = NULL) Links Nodes a data frame object with the links between the nodes. It should have include the and Target for each link. An optional Value variable can be included to specify how close the nodes are to one another. a data frame containing the node id and properties of the nodes. If no ID is specified then the nodes must be in the same order as the variable column in the Links data frame. Currently only grouping variable is allowed.

16 16 sankeynetwork Target Value NodeID NodeGroup LinkGroup units colourscale fontsize fontfamily nodewidth nodepadding margin height width character string naming the network source variable in the Links data frame. character string naming the network target variable in the Links data frame. character string naming the variable in the Links data frame for how far away the nodes are from one another. character string specifying the node IDs in the Nodes. data frame. character string specifying the node groups in the Nodes. Used to color the nodes in the network. character string specifying the groups in the Links. Used to color the links in the network. character string describing physical units (if any) for Value character string specifying the categorical colour scale for the nodes. See https: //github.com/mbostock/d3/wiki/ordinal-scales. numeric font size in pixels for the node text labels. font family for the node text labels. numeric width of each node. numeric essentially influences the width height. an integer or a named list/vector of integers for the plot margins. If using a named list/vector, the positions top, right, bottom, left are valid. If a single integer is provided, then the value will be assigned to the right margin. Set the margin appropriately to accomodate long text labels. numeric height for the network graph s frame area in pixels. numeric width for the network graph s frame area in pixels. D3.js was created by Michael Bostock. See and, more specifically for Sankey diagrams See Also JS Examples ## Not run: # Recreate Bostock Sankey diagram: # Load energy projection data URL <- paste0(" "master/jsondata/energy.json") energy <- jsonlite::fromjson(url) # Plot sankeynetwork(links = energy$links, Nodes = energy$nodes, = "source", Target = "target", Value = "value", NodeID = "name", units = "TWh", fontsize = 12, nodewidth = 30) # Colour links

17 savenetwork 17 energy$links$energy_type <- sub(".*", "", energy$nodes[energy$links$source + 1, "name"]) sankeynetwork(links = energy$links, Nodes = energy$nodes, = "source", Target = "target", Value = "value", NodeID = "name", LinkGroup = "energy_type", NodeGroup = NULL ) ## End(Not run) savenetwork Save a network graph to an HTML file Save a networkd3 graph to an HTML file for sharing with others. The HTML can include it s dependencies in an adjacent directory or can bundle all dependencies into the HTML file (via base64 encoding). savenetwork(network, file, selfcontained = TRUE) network file selfcontained Network to save (e.g. result of calling the function simplenetwork). File to save HTML into Whether to save the HTML as a single self-contained file (with external resources base64 encoded) or a file with external resources placed in an adjacent directory. simplenetwork Function for creating simple D3 JavaScript force directed network graphs. simplenetwork creates simple D3 JavaScript force directed network graphs. simplenetwork(data, = NULL, Target = NULL, height = NULL, width = NULL, linkdistance = 50, charge = -200, fontsize = 7, fontfamily = "serif", linkcolour = "#666", nodecolour = "#3182bd", nodeclickcolour = "#E34A33", textcolour = "#3182bd", opacity = 0.6, zoom = F)

18 18 simplenetwork Data Target height width linkdistance charge fontsize fontfamily linkcolour a data frame object with three columns. The first two are the names of the linked units. The third records an edge value. (Currently the third column doesn t affect the graph.) character string naming the network source variable in the data frame. If = NULL then the first column of the data frame is treated as the source. character string naming the network target variable in the data frame. If Target = NULL then the second column of the data frame is treated as the target. height for the network graph s frame area in pixels (if NULL then height is automatically determined based on context) numeric width for the network graph s frame area in pixels (if NULL then width is automatically determined based on context) numeric distance between the links in pixels (actually arbitrary relative to the diagram s size). numeric value indicating either the strength of the node repulsion (negative value) or attraction (positive value). numeric font size in pixels for the node text labels. font family for the node text labels. character string specifying the colour you want the link lines to be. Multiple nodecolour character string specifying the colour you want the node circles to be. Multiple nodeclickcolour character string specifying the colour you want the node circles to be when they are clicked. Also changes the colour of the text. Multiple formats supported (e.g. hexadecimal). textcolour opacity zoom character string specifying the colour you want the text to be before they are clicked. Multiple numeric value of the proportion opaque you would like the graph elements to be. logical value to enable (TRUE) or disable (FALSE) zooming D3.js was created by Michael Bostock. See and, more specifically for directed networks Examples # Fake data <- c("a", "A", "A", "A", "B", "B", "C", "C", "D") Target <- c("b", "C", "D", "J", "E", "F", "G", "H", "I") NetworkData <- data.frame(, Target) # Create graph

19 simplenetwork 19 simplenetwork(networkdata) simplenetwork(networkdata, fontfamily = "sans-serif")

20 Index Topic datasets MisLinks, 12 MisNodes, 13 as.radialnetwork, 2 chordnetwork, 3 chordnetworkoutput, 4 dendronetwork, 5 dendronetworkoutput diagonalnetwork, 7 diagonalnetworkoutput renderradialnetwork rendersankeynetwork rendersimplenetwork sankeynetwork, 15 sankeynetworkoutput savenetwork, 17 simplenetwork, 17 simplenetworkoutput forcenetwork, 9 forcenetworkoutput htmlwidgets, 12 JS, 10, 12, 16 MisLinks, 12 MisNodes, 13 networkd3 (networkd3-package), 2 networkd3-package, 2 networkd3-shiny radialnetwork, 13 radialnetworkoutput renderchordnetwork renderdendronetwork renderdiagonalnetwork renderforcenetwork 20

Package pairsd3. R topics documented: August 29, Title D3 Scatterplot Matrices Version 0.1.0

Package pairsd3. R topics documented: August 29, Title D3 Scatterplot Matrices Version 0.1.0 Title D3 Scatterplot Matrices Version 0.1.0 Package pairsd3 August 29, 2016 Creates an interactive scatterplot matrix using the D3 JavaScript library. See for more information on D3.

More information

Package htmlwidgets. February 25, 2016

Package htmlwidgets. February 25, 2016 Package htmlwidgets February 25, 2016 Type Package Title HTML Widgets for R Version 0.6 Date 2016-02-25 A framework for creating HTML widgets that render in various contexts including the R console, 'R

More information

Package htmlwidgets. July 10, 2017

Package htmlwidgets. July 10, 2017 Package htmlwidgets July 10, 2017 Type Package Title HTML Widgets for R Version 0.9 Date 2017-07-10 A framework for creating HTML widgets that render in various contexts including the R console, 'R Markdown'

More information

Package collapsibletree

Package collapsibletree Type Package Package collapsibletree September 23, 2017 Title Interactive Collapsible Tree Diagrams using 'D3.js' Version 0.1.6 Maintainer Adeel Khan Description Interactive Reingold-Tilford

More information

Package slickr. March 6, 2018

Package slickr. March 6, 2018 Version 0.2.4 Date 2018-01-17 Package slickr March 6, 2018 Title Create Interactive Carousels with the JavaScript 'Slick' Library Create and customize interactive carousels using the 'Slick' JavaScript

More information

Package canvasxpress

Package canvasxpress Version 1.18.2 Package canvasxpress Title Visualization Package for CanvasXpress in R January 19, 2018 Enables creation of visualizations using the CanvasXpress framework in R. CanvasXpress is a standalone

More information

Package jstree. October 24, 2017

Package jstree. October 24, 2017 Package jstree October 24, 2017 Title Create Interactive Trees with the 'jquery' 'jstree' Plugin Version 1.0.1 Date 2017-10-23 Maintainer Jonathan Sidi Create and customize interactive

More information

Package scatterd3. March 10, 2018

Package scatterd3. March 10, 2018 Type Package Title D3 JavaScript Scatterplot from R Version 0.8.2 Date 2018-03-09 Package scatterd3 March 10, 2018 Maintainer Julien Barnier Description Creates 'D3' 'JavaScript'

More information

Package d3plus. September 25, 2017

Package d3plus. September 25, 2017 Type Package Title Seamless 'D3Plus' Integration Version 0.1.0 Author Mauricio Vargas [aut,cre], Joshua Kunst [aut], Dave Landry [ctb], Datawheel [cph] Package d3plus September 25, 2017 Maintainer Mauricio

More information

Package d3heatmap. February 1, 2018

Package d3heatmap. February 1, 2018 Type Package Package d3heatmap February 1, 2018 Title Interactive Heat Maps Using 'htmlwidgets' and 'D3.js' Version 0.6.1.2 Date 2016-02-23 Maintainer ORPHANED Description Create interactive heat maps

More information

Package profvis. R topics documented:

Package profvis. R topics documented: Package profvis January 14, 2017 Title Interactive Visualizations for Profiling R Code Version 0.3.3 Interactive visualizations for profiling R code. Depends R (>= 3.0) Imports htmlwidgets (>= 0.3.2),

More information

Package sigmanet. April 23, 2018

Package sigmanet. April 23, 2018 Title Render Graphs Using 'Sigma.js' Version 1.1.0 Maintainer Ian Kloo URL https://github.com/iankloo/manet Package manet April 23, 2018 BugReports https://github.com/iankloo/manet/issues

More information

Package vdiffr. April 27, 2018

Package vdiffr. April 27, 2018 Package vdiffr April 27, 2018 Title Visual Regression Testing and Graphical Diffing Version 0.2.3 An extension to the 'testthat' package that makes it easy to add graphical unit tests. It provides a Shiny

More information

Package htmltidy. September 29, 2017

Package htmltidy. September 29, 2017 Package htmltidy September 29, 2017 Title Tidy Up and Test XPath Queries on HTML and XML Content Version 0.4.0 Encoding UTF-8 Maintainer Bob Rudis HTML documents can be beautiful and pristine.

More information

Package Director. October 15, 2018

Package Director. October 15, 2018 Package Director October 15, 2018 Title A dynamic visualization tool of multi-level data Version 1.7.3 Author Katherine Icay [aut, cre] Maintainer Katherine Icay Director is

More information

Package processanimater

Package processanimater Type Package Package processanimater Title Process Map Token Replay Animation Version 0.3.0 October 5, 2018 Token replay animation for process maps created with 'processmapr' by using SVG animations ('SMIL')

More information

Package TnT. November 22, 2017

Package TnT. November 22, 2017 Package TnT November 22, 2017 Title Interactive Visualization for Genomic Features Version 1.0.1 A R interface to the TnT javascript library (https://github.com/ tntvis) to provide interactive and flexible

More information

Package datasets.load

Package datasets.load Title Interface for Loading Datasets Version 0.1.0 Package datasets.load December 14, 2016 Visual interface for loading datasets in RStudio from insted (unloaded) s. Depends R (>= 3.0.0) Imports shiny,

More information

Package shinyaframe. November 26, 2017

Package shinyaframe. November 26, 2017 Type Package Package shinyaframe November 26, 2017 Title 'WebVR' Data Visualizations with 'RStudio Shiny' and 'Mozilla A-Frame' Version 1.0.1 Description Make R data available in Web-based virtual reality

More information

Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features

Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features Type Package Version 0.0.2 Title Encode Categorical Features Package cattonum May 2, 2018 Functions for dummy encoding, frequency encoding, label encoding, leave-one-out encoding, mean encoding, median

More information

Package shiny.semantic

Package shiny.semantic Type Package Title Semantic UI Support for Shiny Version 0.1.1 Package shiny.semantic May 29, 2017 Creating a great user interface for your Shiny apps can be a hassle, especially if you want to work purely

More information

Package radix. September 17, 2018

Package radix. September 17, 2018 Type Package Package radix September 17, 2018 Title 'R Markdown' Format for Scientific and Technical Writing Version 0.5 Scientific and technical article format for the web. 'Radix' articles feature attractive,

More information

Package barcoder. October 26, 2018

Package barcoder. October 26, 2018 Package barcoder October 26, 2018 Title Labelling, Tracking, and Collecting Data from Biological Samples Version 0.1.0 Maintainer Robert Colautti Tools to generate unique identifiers

More information

CSC 120 Worksheet 12 Databases

CSC 120 Worksheet 12 Databases CSC 120 Worksheet 12 Databases 1 Format for SQLite Commands We will create tables and retrieve data from the tables using Python and SQLite. You can find a list of Python and SQLite commands at the end

More information

Package leaflet.minicharts

Package leaflet.minicharts Type Package Title Mini Charts for Interactive Maps Version 0.5.2 Package leaflet.minicharts December 6, 2017 Add and modify small charts on an interactive map created with package 'leaflet'. These charts

More information

Package deckgl. November 19, 2018

Package deckgl. November 19, 2018 Title An R Interface to 'deck.gl' Version 0.1.8 Date 2018-11-10 Package November 19, 2018 Maintainer Stefan Kuethe Makes 'deck.gl' , a WebGL-powered open-source

More information

Package gggenes. R topics documented: November 7, Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2

Package gggenes. R topics documented: November 7, Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2 Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2 Package gggenes November 7, 2018 Provides a 'ggplot2' geom and helper functions for drawing gene arrow maps. Depends R (>= 3.3.0) Imports grid (>=

More information

Package ECctmc. May 1, 2018

Package ECctmc. May 1, 2018 Type Package Package ECctmc May 1, 2018 Title Simulation from Endpoint-Conditioned Continuous Time Markov Chains Version 0.2.5 Date 2018-04-30 URL https://github.com/fintzij/ecctmc BugReports https://github.com/fintzij/ecctmc/issues

More information

Package d3r. January 29, 2019

Package d3r. January 29, 2019 Type Package Title 'd3.js' Utilities for R Version 0.8.5 Date 2019-01-28 Package d3r January 29, 2019 Maintainer Kent Russell URL https://github.com/timelyportfolio/d3r

More information

Package carbonate. R topics documented: October 14, 2018

Package carbonate. R topics documented: October 14, 2018 Package ate October 14, 2018 Title Interact with '.js' Version 0.1.0 Create beautiful images of source code using '.js'. Depends R (>= 3.2.0) License MIT + file LICENSE Encoding

More information

Package revealjs. R topics documented: March 13, Type Package

Package revealjs. R topics documented: March 13, Type Package Type Package Package revealjs March 13, 2017 Title R Markdown Format for 'reveal.js' Presentations Version 0.9 Date 2017-03-13 Description R Markdown format for 'reveal.js' presentations, a framework for

More information

Package fastdummies. January 8, 2018

Package fastdummies. January 8, 2018 Type Package Package fastdummies January 8, 2018 Title Fast Creation of Dummy (Binary) Columns and Rows from Categorical Variables Version 1.0.0 Description Creates dummy columns from columns that have

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

Package cli. November 5, 2017

Package cli. November 5, 2017 Package cli November 5, 2017 Title Helpers for Developing Command Line Interfaces Version 1.0.0 A suite of tools designed to build attractive command line interfaces ('CLIs'). Includes tools for drawing

More information

Package clipr. June 23, 2018

Package clipr. June 23, 2018 Type Package Title Read and Write from the System Clipboard Version 0.4.1 Package clipr June 23, 2018 Simple utility functions to read from and write to the Windows, OS X, and X11 clipboards. Imports utils

More information

Package metricsgraphics

Package metricsgraphics Type Package Package metricsgraphics December 21, 2015 Title Create Interactive Charts with the JavaScript 'MetricsGraphics' Library Version 0.9.0 Date 2015-12-21 Maintainer Bob Rudis Provides

More information

Package clustree. July 10, 2018

Package clustree. July 10, 2018 Type Package Package clustree July 10, 2018 Title Visualise Clusterings at Different Resolutions Version 0.2.2 Date 2018-07-10 Maintainer Luke Zappia Deciding what resolution

More information

Package subspace. October 12, 2015

Package subspace. October 12, 2015 Title Interface to OpenSubspace Version 1.0.4 Date 2015-09-30 Package subspace October 12, 2015 An interface to 'OpenSubspace', an open source framework for evaluation and exploration of subspace clustering

More information

E.164 National Numbering for Canada as Part of Country Code 1

E.164 National Numbering for Canada as Part of Country Code 1 CANADA E.164 National Numbering for Canada as Part of Country Code 1 Canada is part of Country Code 1, and participates in the North American Number Plan (NANP) with the USA and 18 Caribbean nations. A

More information

Package packcircles. April 28, 2018

Package packcircles. April 28, 2018 Package packcircles April 28, 2018 Type Package Version 0.3.2 Title Circle Packing Simple algorithms for circle packing. Date 2018-04-28 URL https://github.com/mbedward/packcircles BugReports https://github.com/mbedward/packcircles/issues

More information

Package rhandsontable

Package rhandsontable Type Package Title Interface to the 'Handsontable.js' Library Version 0.3.6 Package rhandsontable January 27, 2018 Maintainer Jonathan Owen An R interface to the 'Handsontable' JavaScript

More information

Package g3viz. R topics documented: August 30, Type Package

Package g3viz. R topics documented: August 30, Type Package Type Package Package g3viz August 30, 2018 Title Visualize Genomic Mutation Data Using an Interactive Lollipop Diagram Version 0.1.3 Author person(``xin'', ``Guo'',, ``phoeguo@gmail.com'', c(``aut'', ``cre''))

More information

Package readxl. April 18, 2017

Package readxl. April 18, 2017 Title Read Excel Files Version 1.0.0 Package readxl April 18, 2017 Import excel files into R. Supports '.xls' via the embedded 'libxls' C library and '.xlsx'

More information

Package tfruns. February 18, 2018

Package tfruns. February 18, 2018 Type Package Title Training Run Tools for 'TensorFlow' Version 1.3 Package tfruns February 18, 2018 Create and manage unique directories for each 'TensorFlow' training run. Provides a unique, time stamped

More information

Package condformat. October 19, 2017

Package condformat. October 19, 2017 Type Package Title Conditional Formatting in Data Frames Version 0.7.0 Date 2017-10-19 URL http://github.com/zeehio/condformat Package condformat October 19, 2017 BugReports http://github.com/zeehio/condformat/issues

More information

Package shinyhelper. June 21, 2018

Package shinyhelper. June 21, 2018 Package shinyhelper June 21, 2018 Type Package Title Easily Add Markdown Help Files to 'shiny' App Elements Version 0.3.0 BugReports https://github.com/cwthom/shinyhelper/issues Creates a lightweight way

More information

Package docxtools. July 6, 2018

Package docxtools. July 6, 2018 Title Tools for R Markdown to Docx Documents Version 0.2.0 Language en-us Package docxtools July 6, 2018 A set of helper functions for using R Markdown to create documents in docx format, especially documents

More information

Package mapedit. R topics documented: March 2, Title Interactive Editing of Spatial Data in R

Package mapedit. R topics documented: March 2, Title Interactive Editing of Spatial Data in R Title Interactive Editing of Spatial Data in R Package mapedit March 2, 2018 Suite of interactive functions and helpers for selecting and editing geospatial data. Version 0.4.1 Date 2018-03-01 URL https://github.com/r-spatial/mapedit

More information

Package colourpicker

Package colourpicker Type Package Package colourpicker September 27, 2017 Title A Colour Picker Tool for Shiny and for Selecting Colours in Plots Version 1.0 A colour picker that can be used as an input in Shiny apps or Rmarkdown

More information

Package shinytest. May 7, 2018

Package shinytest. May 7, 2018 Title Test Shiny Apps Version 1.3.0 Package shinytest May 7, 2018 For automated testing of Shiny applications, using a headless browser, driven through 'WebDriver'. License MIT + file LICENSE LazyData

More information

Package spelling. December 18, 2017

Package spelling. December 18, 2017 Title Tools for Spell Checking in R Version 1.1 Package spelling December 18, 2017 Spell checking common document formats including latex, markdown, manual pages, and description files. Includes utilities

More information

Package threejs. April 1, 2016

Package threejs. April 1, 2016 Package threejs April 1, 2016 Type Package Title Interactive 3D Scatter Plots, Networks and Globes Create interactive 3D scatter plots, network plots, and globes using the 'three.js' visualization library

More information

Package robotstxt. November 12, 2017

Package robotstxt. November 12, 2017 Date 2017-11-12 Type Package Package robotstxt November 12, 2017 Title A 'robots.txt' Parser and 'Webbot'/'Spider'/'Crawler' Permissions Checker Version 0.5.2 Provides functions to download and parse 'robots.txt'

More information

Package GeneNetworkBuilder

Package GeneNetworkBuilder Type Package Version 1.24.0 Package GeneNetworkBuilder December 8, 2018 Title Build Regulatory Network from ChIP-chip/ChIP-seq and Expression Data Author Jianhong Ou, Haibo Liu, Heidi A Tissenbaum and

More information

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3.

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3. Type Package Title GeoJSON to Simple Feature Converter Version 1.3.0 Date 2019-01-11 Package geojsonsf January 11, 2019 Converts Between GeoJSON and simple feature objects. License GPL-3 Encoding UTF-8

More information

Package gtrendsr. August 4, 2018

Package gtrendsr. August 4, 2018 Type Package Title Perform and Display Google Trends Queries Version 1.4.2 Date 2018-08-03 Package gtrendsr August 4, 2018 An interface for retrieving and displaying the information returned online by

More information

Package gtrendsr. October 19, 2017

Package gtrendsr. October 19, 2017 Type Package Title Perform and Display Google Trends Queries Version 1.4.0 Date 2017-10-19 Package gtrendsr October 19, 2017 An interface for retrieving and displaying the information returned online by

More information

Package NetCluster. R topics documented: February 19, Type Package Version 0.2 Date Title Clustering for networks

Package NetCluster. R topics documented: February 19, Type Package Version 0.2 Date Title Clustering for networks Type Package Version 0.2 Date 2010-05-09 Title Clustering for networks Package NetCluster February 19, 2015 Author Mike Nowak , Solomon Messing , Sean

More information

Package qualmap. R topics documented: September 12, Type Package

Package qualmap. R topics documented: September 12, Type Package Type Package Package qualmap September 12, 2018 Title Opinionated Approach for Digitizing Semi-Structured Qualitative GIS Data Version 0.1.1 Provides a set of functions for taking qualitative GIS data,

More information

Package arulesviz. April 24, 2018

Package arulesviz. April 24, 2018 Package arulesviz April 24, 2018 Version 1.3-1 Date 2018-04-23 Title Visualizing Association Rules and Frequent Itemsets Depends arules (>= 1.4.1), grid Imports scatterplot3d, vcd, seriation, igraph (>=

More information

Package gridextra. September 9, 2017

Package gridextra. September 9, 2017 License GPL (>= 2) Package gridextra September 9, 2017 Title Miscellaneous Functions for ``Grid'' Graphics Type Package Provides a number of user-level functions to work with ``grid'' graphics, notably

More information

Package projector. February 27, 2018

Package projector. February 27, 2018 Package projector February 27, 2018 Title Project Dense Vectors Representation of Texts on a 2D Plan Version 0.0.2 Date 2018-02-27 Maintainer Michaël Benesty Display dense vector representation

More information

Package superheat. February 4, 2017

Package superheat. February 4, 2017 Type Package Package superheat February 4, 2017 Title A Graphical Tool for Exploring Complex Datasets Using Heatmaps Version 0.1.0 Description A system for generating extendable and customizable heatmaps

More information

Package rprojroot. January 3, Title Finding Files in Project Subdirectories Version 1.3-2

Package rprojroot. January 3, Title Finding Files in Project Subdirectories Version 1.3-2 Title Finding Files in Project Subdirectories Version 1.3-2 Package rprojroot January 3, 2018 Robust, reliable and flexible paths to files below a project root. The 'root' of a project is defined as a

More information

Package gridgraphics

Package gridgraphics Package gridgraphics Title Redraw Base Graphics Using 'grid' Graphics Version 0.2 June 6, 2017 Description Functions to convert a page of plots drawn with the graphics package into identical output drawn

More information

Package balance. October 12, 2018

Package balance. October 12, 2018 Title Visualize Balances of Compositional Data Version 0.1.6 URL http://github.com/tpq/balance Package balance October 12, 2018 BugReports http://github.com/tpq/balance/issues Balances have become a cornerstone

More information

Package mdftracks. February 6, 2017

Package mdftracks. February 6, 2017 Type Package Title Read and Write 'MTrackJ Data Files' Version 0.2.0 Package mdftracks February 6, 2017 'MTrackJ' is an 'ImageJ' plugin for motion tracking and analysis (see ).

More information

Package regexselect. R topics documented: September 22, Version Date Title Regular Expressions in 'shiny' Select Lists

Package regexselect. R topics documented: September 22, Version Date Title Regular Expressions in 'shiny' Select Lists Version 1.0.0 Date 2017-09-22 Title Regular Expressions in 'shiny' Select Lists Package regexselect September 22, 2017 Description 'shiny' extension that adds regular expression filtering capabilities

More information

Package eply. April 6, 2018

Package eply. April 6, 2018 Type Package Title Apply a Function Over Expressions Version 0.1.2 Package eply April 6, 2018 Evaluate a function over a data frame of expressions. License GPL-3 Depends R (>= 3.0.0) Imports magrittr,

More information

Package OLScurve. August 29, 2016

Package OLScurve. August 29, 2016 Type Package Title OLS growth curve trajectories Version 0.2.0 Date 2014-02-20 Package OLScurve August 29, 2016 Maintainer Provides tools for more easily organizing and plotting individual ordinary least

More information

Package raker. October 10, 2017

Package raker. October 10, 2017 Title Easy Spatial Microsimulation (Raking) in R Version 0.2.1 Date 2017-10-10 Package raker October 10, 2017 Functions for performing spatial microsimulation ('raking') in R. Depends R (>= 3.4.0) License

More information

Package explor. R topics documented: October 10, Type Package Title Interactive Interfaces for Results Exploration Version 0.3.

Package explor. R topics documented: October 10, Type Package Title Interactive Interfaces for Results Exploration Version 0.3. Type Package Title Interactive Interfaces for Results Exploration Version 0.3.3 Date 2017-10-10 Package explor October 10, 2017 Maintainer Shiny interfaces and graphical functions for multivariate analysis

More information

Package comphclust. May 4, 2017

Package comphclust. May 4, 2017 Version 1.0-3 Date 2017-05-04 Title Complementary Hierarchical Clustering Imports graphics, stats Package comphclust May 4, 2017 Description Performs the complementary hierarchical clustering procedure

More information

Package tabulizer. June 7, 2018

Package tabulizer. June 7, 2018 Type Package Package tabulizer June 7, 2018 Title Bindings for 'Tabula' PDF Table Extractor Library Version 0.2.2 Maintainer Tom Paskhalis Bindings for the 'Tabula'

More information

Package reval. May 26, 2015

Package reval. May 26, 2015 Package reval May 26, 2015 Title Repeated Function Evaluation for Sensitivity Analysis Version 2.0.0 Date 2015-05-25 Author Michael C Koohafkan [aut, cre] Maintainer Michael C Koohafkan

More information

Package editdata. October 7, 2017

Package editdata. October 7, 2017 Type Package Title 'RStudio' Addin for Editing a 'data.frame' Version 0.1.2 Package editdata October 7, 2017 Imports shiny (>= 0.13, miniui (>= 0.1.1, rstudioapi (>= 0.5, DT, tibble An 'RStudio' addin

More information

Package memery. February 13, 2018

Package memery. February 13, 2018 Version 0.4.2 Title Internet Memes for Data Analysts Package memery February 13, 2018 Generates internet memes that optionally include a superimposed inset plot and other atypical features, combining the

More information

Package dynsim. R topics documented: August 29, 2016

Package dynsim. R topics documented: August 29, 2016 Package dynsim August 29, 2016 Title Dynamic Simulations of Autoregressive Relationships Version 1.2.1 Date 2015-11-12 URL http://cran.r-project.org/package=dynsim BugReports https://github.com/christophergandrud/dynsim/issues

More information

Package manet. September 19, 2017

Package manet. September 19, 2017 Package manet September 19, 2017 Title Multiple Allocation Model for Actor-Event Networks Version 1.0 Mixture model with overlapping clusters for binary actor-event data. Parameters are estimated in a

More information

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0 Title Use Image in 'ggplot2' Version 0.1.0 Package ggimage December 5, 2017 Supports image files and graphic objects to be visualized in 'ggplot2' graphic system. Depends R (>= 3.3.0), ggplot2 Imports

More information

Package githubinstall

Package githubinstall Type Package Version 0.2.2 Package githubinstall February 18, 2018 Title A Helpful Way to Install R Packages Hosted on GitHub Provides an helpful way to install packages hosted on GitHub. URL https://github.com/hoxo-m/githubinstall

More information

Package sankey. R topics documented: October 22, 2017

Package sankey. R topics documented: October 22, 2017 Package sankey October 22, 2017 Title Illustrate the Flow of Information or Material Version 1.0.2 Author Gábor Csárdi, January Weiner Maintainer Gábor Csárdi Description Plots

More information

Package spark. July 21, 2017

Package spark. July 21, 2017 Title 'Sparklines' in the 'R' Terminal Version 2.0.0 Author Gábor Csárdi Package spark July 21, 2017 Maintainer Gábor Csárdi A 'sparkline' is a line chart, without axes and labels.

More information

Client-Side Web Technologies. CSS Part II

Client-Side Web Technologies. CSS Part II Client-Side Web Technologies CSS Part II Topics Box model and related properties Visual formatting model and related properties The CSS Box Model Describes the rectangular boxes generated for elements

More information

Package ConvergenceClubs

Package ConvergenceClubs Title Finding Convergence Clubs Package ConvergenceClubs June 25, 2018 Functions for clustering regions that form convergence clubs, according to the definition of Phillips and Sul (2009) .

More information

CSS Selectors. element selectors. .class selectors. #id selectors

CSS Selectors. element selectors. .class selectors. #id selectors CSS Selectors Patterns used to select elements to style. CSS selectors refer either to a class, an id, an HTML element, or some combination thereof, followed by a list of styling declarations. Selectors

More information

Package meme. December 6, 2017

Package meme. December 6, 2017 Title Create Meme Version 0.1.1 Package meme December 6, 2017 The word 'Meme' was originated from the book, 'The Selfish Gene', authored by Richard Dawkins (1976). It is a unit of culture that is passed

More information

Package Mondrian. R topics documented: March 4, Type Package

Package Mondrian. R topics documented: March 4, Type Package Type Package Package Mondrian March 4, 2016 Title A Simple Graphical Representation of the Relative Occurrence and Co-Occurrence of Events The unique function of this package allows representing in a single

More information

Package optimus. March 24, 2017

Package optimus. March 24, 2017 Type Package Package optimus March 24, 2017 Title Model Based Diagnostics for Multivariate Cluster Analysis Version 0.1.0 Date 2017-03-24 Maintainer Mitchell Lyons Description

More information

Package opencage. January 16, 2018

Package opencage. January 16, 2018 Package opencage January 16, 2018 Type Package Title Interface to the OpenCage API Version 0.1.4 Tool for accessing the OpenCage API, which provides forward geocoding (from placename to longitude and latitude)

More information

Package erp.easy. March 2, 2017

Package erp.easy. March 2, 2017 Type Package Package erp.easy March 2, 2017 Title Event-Related Potential (ERP) Data Exploration Made Easy Version 1.1.0 URL https://github.com/mooretm/erp.easy A set of user-friendly functions to aid

More information

Package calpassapi. August 25, 2018

Package calpassapi. August 25, 2018 Title R Interface to Access CalPASS API Version 0.0.1 Package calpassapi August 25, 2018 Description Implements methods for querying data from CalPASS using its API. CalPASS Plus. MMAP API V1. .

More information

Package repec. August 31, 2018

Package repec. August 31, 2018 Type Package Title Access RePEc Data Through API Version 0.1.0 Package repec August 31, 2018 Utilities for accessing RePEc (Research Papers in Economics) through a RESTful API. You can request a and get

More information

EXAM INFORMATION & FREQUENTLY ASKED QUESTIONS

EXAM INFORMATION & FREQUENTLY ASKED QUESTIONS EXAM INFORMATION & FREQUENTLY ASKED QUESTIONS CERTIFIED ASTHMA EDUCATOR (CAE) CERTIFIED RESPIRATORY EDUCATOR (CRE) AND CERTIFIED COPD EDUCATOR (CCE) CERTIFIED TOBACCO EDUCATOR (CTE) CERTIFICATION EXAMS

More information

Package sfc. August 29, 2016

Package sfc. August 29, 2016 Type Package Title Substance Flow Computation Version 0.1.0 Package sfc August 29, 2016 Description Provides a function sfc() to compute the substance flow with the input files --- ``data'' and ``model''.

More information

Package texpreview. August 15, 2018

Package texpreview. August 15, 2018 Type Package Package texpreview August 15, 2018 Title Compile and Preview Snippets of 'LaTeX' in 'RStudio' Version 1.1.5 Date 2018-08-15 Maintainer Jonathan Sidi Compile and preview

More information

Package tiler. June 9, 2018

Package tiler. June 9, 2018 Version 0.2.0 Package tiler June 9, 2018 Title Create Geographic and Non-Geographic Map Tiles Creates geographic map tiles from geospatial map files or nongeographic map tiles from simple image files.

More information

Package ggseas. June 12, 2018

Package ggseas. June 12, 2018 Package ggseas June 12, 2018 Title 'stats' for Seasonal Adjustment on the Fly with 'ggplot2' Version 0.5.4 Maintainer Peter Ellis Provides 'ggplot2' 'stats' that estimate

More information

Package io. January 15, 2018

Package io. January 15, 2018 Type Package Package io January 15, 2018 Title A Unified Framework for Input-Output Operations in R Version 0.3.0 Date 2018-01-15 Author David J. H. Shih Maintainer David J. H. Shih

More information

Explore Integer Subtraction

Explore Integer Subtraction Explore Integer Subtraction Focus on After this lesson, you will be able to... subtract integers using integer chips The system of 24 time zones was proposed by a Canadian engineer, Sir Sandford Fleming.

More information