Skip to content

Commit

Permalink
correct tamm path
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste committed Feb 28, 2016
1 parent bb3e428 commit 2110a0f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions demo/tamm.r
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# ---- setup -----
library(planar)
opts_chunk$set(fig.path="sppdispersion/",
opts_chunk$set(fig.path="tamm/",
warning=FALSE,error=FALSE,message=FALSE,tidy=FALSE)
library(ggplot2)
theme_set(theme_minimal() + theme(panel.border=element_rect(fill=NA)))

# prettier palette
palette(palette_tamm)

Expand All @@ -14,9 +15,6 @@ scale_fill_discrete <- function(...)
scale_fill_manual(..., values=palette())

# ---- structure -----
dbr <- dbr_stack()
autoplot(dbr)


tamm <- tamm_stack_ir(pairs=13, dm=100)
(p <- autoplot(tamm))
Expand Down

0 comments on commit 2110a0f

Please sign in to comment.