diff --git a/README.md b/README.md index f63373b..64fa97d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![test workflow](https://github.com/csiro-internal/soilspec.format/actions/workflows/test.yml/badge.svg) +![test workflow](https://github.com/csiro/soilspec.format/actions/workflows/test.yml/badge.svg) # Overview soilspec.format is a package for extracting data frames and @@ -69,6 +69,8 @@ The extracted data frames will always have the columns: "wavenumber" and "intens > plot(result$data, type="l") +![ASD plot](https://github.com/csiro/soilspec.format/assets/asd_example_plot.png) + > result$standardised.metadata $sample_id [1] "" diff --git a/assets/asd_example_plot.png b/assets/asd_example_plot.png new file mode 100644 index 0000000..d1cec07 Binary files /dev/null and b/assets/asd_example_plot.png differ