Learn R Programming

cardinalR (version 1.0.6)

gen_scurve: Generate S-curve Data

Description

This function generates S-curve data.

Usage

gen_scurve(n = 500)

Value

A data containing the generated S-curve data.

Arguments

n

An integer value (default: 500) representing the sample size.

References

Buitinck, L., Louppe, G., Blondel, M., Pedregosa, F., Mueller, A., Grisel, O., ... & Varoquaux, G. (2013). API design for machine learning software: experiences from the scikit-learn project. arXiv preprint arXiv:1309.0238.

Examples

Run this code
set.seed(20240412)
scurve <- gen_scurve(n = 500)

Run the code above in your browser using DataLab