Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 53 found.
[1] < 1 2 3 4 5 6 > [6]  Sort:

showGraph (Package: toaster) : Plot an Aster graph object comprised of the vertice and edge tables.

Function for obtaining and plotting graph (network) objects using ggplot2 and ggnet2 functions.
● Data Source: CranContrib
● Keywords:
● Alias: showGraph
● 0 images

getCharacterTypes (Package: toaster) : List Aster character data types.

List Aster character data types.
● Data Source: CranContrib
● Keywords:
● Alias: getCharacterTypes
● 0 images

createHeatmap (Package: toaster) : Create Heat Map type of plot.

Create heat map visualization of 2D matrix from the data frame data pre-computed with computeHeatmap.
● Data Source: CranContrib
● Keywords:
● Alias: createHeatmap
● 0 images

viewTableSummary (Package: toaster) : Invoke a Data Viewer on table statistics.

view computed column statistics in a spreadsheet-style viewer in R.
● Data Source: CranContrib
● Keywords:
● Alias: viewTableSummary
● 0 images

computeHistogram (Package: toaster) : Compute histogram distribution of the column.

Compute histogram of the table column in Aster by mapping its value to bins based on parameters specified. When column is of numeric or temporal data type it uses map-reduce histogram function over continuous values. When column is categorical (character data types) it defers to computeBarchart that uses SQL aggregate COUNT(*) with GROUP BY <column>. Result is a data frame to visualize as bar charts (see creating visualizations with createHistogram).
● Data Source: CranContrib
● Keywords:
● Alias: computeHistogram
● 0 images

token (Package: toaster) : Tokenize (or split) text and emit n-word combinations from a document.

When n=1 simply tokenize text and emit words with counts. When n>1 tokenized words are combined into permutations of length n within each document.
● Data Source: CranContrib
● Keywords:
● Alias: token
● 0 images

createClusterPairsPlot (Package: toaster) : Create cluster variable plot.

Create cluster variable plot.
● Data Source: CranContrib
● Keywords:
● Alias: createClusterPairsPlot
● 0 images

computeClusterSample (Package: toaster) : Random sample of clustered data

Random sample of clustered data
● Data Source: CranContrib
● Keywords:
● Alias: computeClusterSample
● 0 images

computeTf (Package: toaster) : Compute term frequencies on a corpus.

Compute term frequencies on a corpus.
● Data Source: CranContrib
● Keywords:
● Alias: computeTf
● 0 images

createClusterPlot (Package: toaster) : Create clusters' properties plot.

Create clusters' properties plot.
● Data Source: CranContrib
● Keywords:
● Alias: createClusterPlot
● 0 images