View source: R/gdPlotProjection.R
gdRead | R Documentation |
Read generative data and data source from specified files. Read in generative data and data source are accessed in gdPlot2dProjection(), generative data is accessed in gdGetRow(), gdCalculateDensityValue() and gdCalculateDensityValueQuantile().
gdRead(generativeDataFileName, dataSourceFileName = "")
generativeDataFileName |
Name of generative data file |
dataSourceFileName |
Name of data source file |
None
## Not run:
gdRead("gd.bin", "ds.bin")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.