# standard includes
using Plots
using LinearAlgebra
using Statistics
Generative Topographic Mapping
Sample Heading
This is a sample markdown section 1.
1 This is a sample footnote!
plot(
sin,-> sin(2x),
x 0,
2π,
=false,
leg=(0,:lavender)
fill )
This is an example markdown block with a mermade flow-chart diagram
flowchart LR A[Hard edge] --> B(Roudnd edge) B --> C{Decision} C --> D[Result one] C --> E[Result two]
Note
Note that there are five types of callouts including: note
, warning
, important
, tip
, and caution
.