Description Usage Arguments Value Author(s) Examples
The loadPrismaData
function triggers a feature selection and
data combination methods which subsequently remove duplicate entries for
efficient representation of the data. The
getDuplicateData
rebuilds the data matrix with
explicit representation of all duplicate entries.
1 | getDuplicateData(prismaData)
|
prismaData |
prisma data loaded via |
dataWithDuplicates |
Data matrix containing explicit copies of all duplicates. |
Tammo Krueger <tammokrueger@googlemail.com>
1 2 | data(asap)
dataWithDuplicates = getDuplicateData(asap)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.