Learn R Programming

TDApplied (version 3.0.3)

import_ripser: Import the python module ripser.

Description

The ripser module is needed for fast persistent cohomology calculations with the PyH function.

Usage

import_ripser()

Arguments

Value

the python ripser module.

Author

Shael Brown - shaelebrown@gmail.com

Details

Same as "reticulate::import("ripser")", just with additional checks.

Examples

Run this code
if (FALSE) {
# import ripser
ripser <- import_ripser()
}

Run the code above in your browser using DataLab