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

Similar documents
Package canvasxpress

Package jstree. October 24, 2017

Package profvis. R topics documented:

Package slickr. March 6, 2018

Package htmlwidgets. February 25, 2016

Package d3plus. September 25, 2017

Package sigmanet. April 23, 2018

Package htmlwidgets. July 10, 2017

Package scatterd3. March 10, 2018

Package vdiffr. April 27, 2018

Package processanimater

Package shinyaframe. November 26, 2017

Package datasets.load

Package htmltidy. September 29, 2017

Package d3heatmap. February 1, 2018

Package TnT. November 22, 2017

Package collapsibletree

Package gridgraphics

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

Package docxtools. July 6, 2018

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

Package deckgl. November 19, 2018

Package ECctmc. May 1, 2018

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7

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

Package weco. May 4, 2018

Package barcoder. October 26, 2018

Package colourpicker

Package semantic.dashboard

Package shiny.semantic

Package RLumShiny. June 18, 2018

Package meme. December 6, 2017

Package bisect. April 16, 2018

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

Package shinyfeedback

Package texpreview. August 15, 2018

Package condformat. October 19, 2017

Package meme. November 2, 2017

Package spark. July 21, 2017

Package SEMrushR. November 3, 2018

Package spelling. December 18, 2017

Package shinytest. May 7, 2018

Package metricsgraphics

Package fastdummies. January 8, 2018

Package gtrendsr. August 4, 2018

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

Package DCD. September 12, 2017

Package repec. August 31, 2018

Package calpassapi. August 25, 2018

Package radix. September 17, 2018

Package shinyhelper. June 21, 2018

Package sfc. August 29, 2016

Package tablehtml. November 5, 2017

Package validara. October 19, 2017

Package gtrendsr. October 19, 2017

Package sigqc. June 13, 2018

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

Package arulesviz. April 24, 2018

Package data.world. April 5, 2018

Package autoshiny. June 25, 2018

Package R2SWF. R topics documented: February 15, Version 0.4. Title Convert R Graphics to Flash Animations. Date

Package superheat. February 4, 2017

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

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

Package ConvergenceClubs

Package comphclust. May 4, 2017

Package gifti. February 1, 2018

Package effectr. January 17, 2018

Package sankey. R topics documented: October 22, 2017

Package tiler. June 9, 2018

Package pkgbuild. October 16, 2018

Package desplot. R topics documented: April 3, 2018

Package strat. November 23, 2016

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

Package benchmarkme. R topics documented: February 26, Type Package Title Crowd Sourced System Benchmarks Version 0.2.

Package projector. February 27, 2018

Package bigreadr. R topics documented: August 13, Version Date Title Read Large Text Files

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

Package fastqcr. April 11, 2017

Package tidyimpute. March 5, 2018

Package kdtools. April 26, 2018

Package omu. August 2, 2018

Package clipr. June 23, 2018

Package editdata. October 7, 2017

Package GeneNetworkBuilder

Package io. January 15, 2018

Package postgistools

Package lxb. R topics documented: August 29, 2016

Package OLScurve. August 29, 2016

Package dbx. July 5, 2018

Package reval. May 26, 2015

Package leaflet.minicharts

Package pdfsearch. July 10, 2018

Package subspace. October 12, 2015

Package memery. February 13, 2018

Package SAENET. June 4, 2015

Package ezknitr. September 16, 2016

Package gridextra. September 9, 2017

Package mdftracks. February 6, 2017

Package tfruns. February 18, 2018

Transcription:

Title D3 Scatterplot Matrices Version 0.1.0 Package pairsd3 August 29, 2016 Creates an interactive scatterplot matrix using the D3 JavaScript library. See <http://d3js.org/> for more information on D3. Depends R (>= 3.1.2) License GPL (>= 3) Date 2015-04-28 URL http://github.com/garthtarr/pairsd3/ LazyData true Imports htmlwidgets (>= 0.3.2), shiny Suggests knitr NeedsCompilation no Author Garth Tarr [aut, cre] Maintainer Garth Tarr <garth.tarr@gmail.com> Repository CRAN Date/Publication 2015-04-28 06:58:01 R topics documented: pairsd3........................................... 2 pairsd3output........................................ 3 renderpairsd3........................................ 3 savepairs.......................................... 4 shinypairs.......................................... 4 Index 6 1

2 pairsd3 pairsd3 D3 scatterplot matrices An interactive matrix of scatterplots is produced. pairsd3(x, group = NULL, subset = NULL, labels = NULL, cex = 3, width = NULL, col = NULL, big = FALSE, theme = "colour", opacity = 0.9, tooltip = NULL, leftmar = 35, topmar = 2) x group subset labels cex width col big theme the coordinates of points given as numeric columns of a matrix or data frame. Logical and factor columns are converted to numeric in the same way that data.matrix does. a optional vector specifying the group each observation belongs to. Used for tooltips and colouring the observations. an optional vector specifying a subset of observations to be used for plotting. Useful when you have a large number of observations, you can specify a random subset. the names of the variables (column names of x used by default). the magnification of the plotting symbol (default=3) the width (and height) of the plot when viewed externally. an optional (hex) colour for each of the levels in the group vector. a logical parameter. Prevents inadvertent plotting of huge data sets. Default limit is 10 variables, to plot more than 10 set big=true. a character parameter specifying whether the theme should be colour colour (default) or black and white bw. opacity numeric between 0 and 1. The opacity of the plotting symbols (default 0.9). tooltip leftmar topmar Examples an optional vector with the tool tip to be displayed when hovering over an observation. You can include basic html. space on the left margin space on the bottom margin data(iris) ## Not run: pairsd3(iris[,1:4],group=iris[,5], labels=gsub(pattern = "\\.",replacement = " ", names(iris))) ## End(Not run)

pairsd3output 3 pairsd3output Widget output function for use in Shiny Widget output function for use in Shiny pairsd3output(outputid, width = "100%", height = "100%") outputid Shiny output ID width width default 100% height height default 400px renderpairsd3 Widget render function for use in Shiny Widget render function for use in Shiny renderpairsd3(expr, env = parent.frame(), quoted = FALSE) expr env quoted pairsd3 expression environment logical, default = FALSE

4 shinypairs savepairs Save a pairs plot to an HTML file Save a pairsd3 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). savepairs(pairs, file, selfcontained = TRUE) pairs file selfcontained plot to save (e.g. result of calling the function pairsd3). 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. shinypairs Shiny interface to the pairsd3 function Opens a shiny GUI to facilitate interaction with the pairsd3 function shinypairs(x, group = NULL, subset = NULL, labels = NULL) x group subset labels the coordinates of points given as numeric columns of a matrix or data frame. Logical and factor columns are converted to numeric in the same way that data.matrix does. a optional vector specifying the group each observation belongs to. Used for tooltips and colouring the observations. an optional vector specifying a subset of observations to be used for plotting. Useful when you have a large number of observations, you can specify a random subset. the names of the variables (column names of x used by default).

shinypairs 5 Examples data(iris) ## Not run: shinypairs(iris) ## End(Not run)

Index pairsd3, 2 pairsd3output, 3 renderpairsd3, 3 savepairs, 4 shinypairs, 4 6