This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(tidyverse) | |
library(eulerr) | |
library(ggforce) | |
#' Area proportional venn diagrams | |
#' | |
#' This functions uses eulerr::euler to plot area proportional venn diagramms | |
#' but plots it using ggplot2 | |
#' | |
#' @param combinations set relationships as a named numeric vector, matrix, or data.frame(See `eulerr::euler`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rip entire audio CD to a single file ("bin" format), playable by mplayer. | |
Good for classical music, jazz, and other music that is best listened to "whole". | |
On Linux: easy to do. | |
On M-Windows: takes time to *find* the binary tools or compile them yourself. | |
Tools to use: | |
dd | |
toc2cue (comes with cdrdao) | |
bchunk |