Learn R Programming

PAC (version 1.0.1)

filteredResults_JSON: Obtain the input to zoomable packed circles plot. The clusters are filtered by size.

Description

Obtain the input to zoomable packed circles plot. The clusters are filtered by size.

Usage

filteredResults_JSON(toJSON_Input, CountFilter = 1000,
  filename = "zoomablePackedCirclesInput.txt")

Arguments

toJSON_Input
Variable name of the JSON input file.
CountFilter
The minimum size of retained clusters in each sample. Set to 0 for no filtering.
filename
The filename for zoomable packed circles plot.

Value

  • The JSON format input to D3 zoomable packed circles plot.