Skip to contents

Overview

rstemlab is a comprehensive R library designed for numerical analysis and computing in STEM fields. It provides tools for solving equations, performing simulations, analyzing data, and visualizing results, empowering researchers and students in science, technology, engineering, and mathematics.

Installation

install.packages("devtools")
devtools::install_github("stemxresearch/rstemlab")

Usage

To use the rstemlab package, you must start by loading it using the library() function as shown below.

library(rstemlab)

Getting started

Click the Get Started link on the top menu or follow the link Getting started for a quick tutorial on the rstemlab library.

Documentation

The Reference menu on the top menu or this page provides a list of all the functions available in the rstemlab package with help documentation including syntax and examples.

Getting help

If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.

Code of conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.