From 77feb56fa2a2dfc3ff1adfdb7ece3302fe97b1df Mon Sep 17 00:00:00 2001 From: David Benn Date: Wed, 12 Nov 2025 18:22:04 +1030 Subject: [PATCH] #6: changed size of ASD image; changed spacing between names --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fdfdb33..6b8fc64 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ The extracted data frames will always have the columns: "wavenumber" and "intens > result <- read.soilspec(path) > names(result) - [1] "status" "mode" "is.absorbance" "is.reflectance" "is.transmittance" - [6] "is.descending" "origin" "type" "data" "standardised.metadata" + [1] "status" "mode" "is.absorbance" "is.reflectance" "is.transmittance" + [6] "is.descending" "origin" "type" "data" "standardised.metadata" [11] "all.instrument.metadata" > result$status @@ -70,8 +70,7 @@ 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) - +ASD spectrum plot ``` > result$standardised.metadata