## code to prepare `DATASET` dataset goes here
CHL <- 100*runif(10)
CAR <- 25*runif(10)
ANT <- 2*runif(10)
EWT <- 0.04*runif(10)
LMA <- 0.02*runif(10)
N <- 1+2*runif(10)
Input_PROSPECT <- data.frame('CHL'=CHL,'CAR'=CAR,'ANT'=ANT,
'EWT'=EWT,'LMA'=LMA,'N'=N)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.