Kent Johnson
Kent Johnson
Please add a way to turn off the underline of groups of three.
Can someone give some insight into what calls the `server` function? What is responsible for delaying the call to `server` in the working case (Chrome)? Why doesn't that happen in...
That's close. For my application I would need the `col` argument to also accept a list. I have a mask image that defines regions, a known point within each region...
Not working for me because of #23 :-(
Figured it out. The parameters for `floodFill` are a little confusing; for my application I don't need to pass a matrix so I don't have to worry about #23. For...
Thanks for the change! You might want to include the code in your comment above as either example code for `floodFill` or as a test...
I think this can be fixed by changing [line 5 of `Helper.funcs.R`](https://github.com/hms-dbmi/UpSetR/blob/master/R/Helper.funcs.R#L5) to `column
I would say that `upset(movies, number.angles=90)` is not fine. I expected that the numbers would be oriented above the bars, not next to them.
Maintenance of this package has moved; this issue is now at https://github.com/ycphs/openxlsx/issues/33
This turns out to be a pretty simple change. The current `latlonToPixel(x, y)` function does the same thing as `map.project(L.latLng(x, y), 0)` with the default CRS (`L.CRS.EPSG3857`); that is, projecting...