finiteR is a collection of R functions for the finite element analysis (FEA) of simple structures for educational purposes. The functions are very basic, but they can be used to avoid the long calculations that arise from the FEA of some common elements listed below.
Current: 0.1.0
Base R, RStudio, devtools(for installation)
if (!require(devtools)) install.packages('devtools')
devtools::install_github("khameelbm/finiteR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.