fake_trees {liminal} | R Documentation |
A high-dimensional tree data structure with 10 branching points.
Description
A high-dimensional tree data structure with 10 branching points.
Usage
fake_trees
Format
An object of class data.frame
with 3000 rows and 101 columns.
Details
Data are obtained from diffusion limited aggregation
tree simulation in the phate
python and phateR
packages, but
reconstructed as a wide data.frame rather than a list.
There are 3000 rows and 101 columns, the first 100 columns are labelled dim1 - dim100, and are numeric, while the final column is a factor representing the branch id.
Source
[Package liminal version 0.1.2 Index]