Skip to content

Commit

Permalink
Updated vignettes/kit_sla_plsr_example.Rmd to correct data type misma…
Browse files Browse the repository at this point in the history
…tch coming from EcoSIS
  • Loading branch information
Shawn P. Serbin committed Dec 28, 2021
1 parent 17a5bfa commit 56b4b7d
Show file tree
Hide file tree
Showing 11 changed files with 6,770 additions and 115 deletions.
8 changes: 5 additions & 3 deletions vignettes/kit_sla_plsr_example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: Spectra-trait PLSR example using leaf-level spectra and specific leaf are
author: "Shawn P. Serbin, Julien Lamour, & Jeremiah Anderson"
output:
github_document: default
html_document:
df_print: paged
html_notebook: default
pdf_document: default
html_document:
df_print: paged
params:
date: !r Sys.Date()
---
Expand Down Expand Up @@ -80,7 +80,9 @@ sample_info <- dat_raw[,names(dat_raw) %notin% seq(350,2500,1)]
head(sample_info)
sample_info2 <- sample_info %>%
select(Plant_Species=species,Growth_Form=`growth form`,timestamp,SLA_g_cm=`SLA (g/cm )`)
select(Plant_Species=species,Growth_Form=`growth form`,timestamp,
SLA_g_cm=`SLA (g/cm )`) %>%
mutate(SLA_g_cm=as.numeric(SLA_g_cm)) # ensure SLA is numeric
head(sample_info2)
plsr_data <- data.frame(sample_info2,Spectra)
Expand Down
6,877 changes: 6,765 additions & 112 deletions vignettes/kit_sla_plsr_example.md

Large diffs are not rendered by default.

Binary file modified vignettes/kit_sla_plsr_example.pdf
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 56b4b7d

Please sign in to comment.