Skip to content

Commit

Permalink
Update analysis.R
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHohmann committed Sep 3, 2023
1 parent 16a8545 commit 1dc8611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/R/analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ make_completeness_fig = function(){
dev.off()
}

make_power_spec_plot = function(){

freq_interp = 10^seq(log10(min_freq), log10(max_freq), by = 0.1)
mat = matrix(data = NA,
nrow = 150,
Expand All @@ -102,7 +102,7 @@ make_power_spec_plot = function(){
pdf(file = "./figs/power.pdf")
lattice::levelplot(log10(mat))
dev.off()
}


make_sl_plot = function(){
pdf("figs/sl.pdf")
Expand Down

0 comments on commit 1dc8611

Please sign in to comment.