Art Poon
Art Poon
Right now only the distance matrix is being shown. However, we choose which clusters to merge based on another set of quantities that are calculated from these distances. When walking...
If I drag the root way off the tree into the lower-left corner of the SVG, I get the following error: ```js Uncaught TypeError: Cannot read property 'x1' of undefined...
I think using [IIFE](https://developer.mozilla.org/en-US/docs/Glossary/IIFE) syntax will help create separate namespaces, but it's not working yet.
Currently the bottom of the site sidebar looks like this:  * I want the octocat logo to be level with the first line of text, and to link to...
Need to detect the dimensions of the plot device before specifying the xlim and ylim ranges
```R > ridgeplot(rnorm(100)) Error in ridgeplot(rnorm(100)) : Unsupported class of argument x (must be list) ``` Expected response: generate a ridgeplot with a single density.
credit: Norm Matloff for pointing this out however, the `MASS` library already has an implementation of parallel coordinates via `parcoord` - worth the effort?
```R > slopegraph(t(df[1:2, taxa]), names.arg=c('sample1', 'sample2'), log='y') There were 12 warnings (use warnings() to see them) > warnings() Warning messages: 1: In plot.xy(xy.coords(x, y), type = type, ...) : "log"...