Robert W. Corty

Results 10 comments of Robert W. Corty

I also couldn't figure out how to do this in a natural way.

The code Jenny posted is the way to apply a function to all combos of input. I don’t think you’re going to find anything simpler.

In my usage, the wiki style links work when "Markdown Preview Enhanced" is enabled and "Markdown All In One" is disabled. Then, I enable "Markdown All In One" and restart...

Thank you -- it is now working. For future new users.... 1. Type apple-K, apple-S to bring up the keyboard shortcuts config page 2. Click the picture of the keyboard...

I'm having what I believe is the same problem.

This works as expected: ``` library(tidyverse) library(ggmosaic) Titanic %>% as.data.frame() %>% ggplot(mapping = aes(x = product(Survived, Class), weight = Freq, fill = Survived)) + geom_mosaic() ``` But when I try...

Ah, good point. Could/should there be a separate method for NormalRanges that does this propagation? If I'm understanding correctly, the funny business arises only in situations where the inputs aren't...

If the maintainers believe this is a good idea, I'll be happy to take a stab at it.

You're very welcome -- the IRanges package has been extremely useful to me.

okay, I did it -- have a look! https://github.com/rcorty/Constitution_of_the_United_States_of_America/commit/eb0c1ecc7c9dbe21822ee801e81dac922efa250c