Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ppernot committed Nov 30, 2018
1 parent 7167c34 commit 102f7de
Show file tree
Hide file tree
Showing 2 changed files with 538 additions and 596 deletions.
10 changes: 5 additions & 5 deletions reportTemplate.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ __Wavelength range__ : `r signif(range(Inputs$wavl),3)`
__Delay range__ : `r signif(range(Inputs$delay),3)`

```{r echo=FALSE}
par(mfrow=c(1,2),cex=cex, mar=mar,mgp=mgp,pty=pty,tcl=tcl)
image(Inputs$delay,Inputs$wavl,Inputs$mat,
xlab='Delay',ylab='Wavelength',
col = imgColors, zlim=input$keepDoRange)
frame()
par(
cex = cex, cex.main = cex, mar = mar,
mgp = mgp, tcl = tcl, pty = pty
)
plotImage(Inputs$delay,Inputs$wavl,Inputs$mat)
```


Expand Down
Loading

0 comments on commit 102f7de

Please sign in to comment.