Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2 from serbinsh/updates2
Browse files Browse the repository at this point in the history
Updates to examples.R.  Added manual
  • Loading branch information
Shawn P. Serbin committed Sep 30, 2013
2 parents 12bb49e + d44eaaf commit 820e2dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file added Rprospect-manual.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions inst/examples/examples.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####################################################################################################
# R-PROSPECT Examples
#
# Last Updated: 05/07/2013 by SPS
# Last Updated: 09/30/2013 by SPS
####################################################################################################


Expand Down Expand Up @@ -46,11 +46,11 @@ plot(LRT[,1],LRT[,2],type="l",xlab="Wavelength (nm)",
## Example PROSPECT Inversion

## Load test data
poplar <- read.table(file=paste(.path.package("Rprospect"),"/extdata/poplar.txt",sep=""),
poplar <- read.table(file=paste(path.package("Rprospect"),"/extdata/poplar.txt",sep=""),
header=T) # test poplar dataset
clover <- read.table(file=paste(.path.package("Rprospect"),"/extdata/clover.txt",sep=""),
clover <- read.table(file=paste(path.package("Rprospect"),"/extdata/clover.txt",sep=""),
header=T) # test clover dataset
beech <- read.table(file=paste(.path.package("Rprospect"),"/extdata/beech.txt",sep=""),
beech <- read.table(file=paste(path.package("Rprospect"),"/extdata/beech.txt",sep=""),
header=T) # test beech dataset

# Choose spec sample to invert
Expand Down

0 comments on commit 820e2dd

Please sign in to comment.