slopegraph icon indicating copy to clipboard operation
slopegraph copied to clipboard

Edward Tufte-Inspired Slopegraphs

Results 11 slopegraph issues
Sort by recently updated
recently updated
newest added

Suggestion: put Installation before Examples in README

Dear Thomas, Thank you for the amazing package! Would you inform me about the correct citation of the slopegraph package? Using ggslopegraph2, box frame around numeric values is default. I...

Great package! But I'm still having difficulty with missing values. I'm attaching some data on state polarization for the northeast. Everything's there except the 2014 value for MA. This messes...

enhancement
question

I'd like to display slopegraphs with points with only a single decimal, so I use `decimal=1` in my specification. But if I do, I get overlap of labels (eg VT...

enhancement

For example, using the following dataset, ``` # A tibble: 14 x 3 X__1 SE_withOPTIMAL `SE_without OPTIMAL` * 1 HR_male 0.0340 0.0357 2 HR_age 0.0186 0.0211 3 HR_nowmsk 0.0408 0.0450...

bug

too painful to document them this way but the biggest is adding an import from statement to make sure that enquo can work and some additional logic on color choices

Get the alias and the title correct

Examples fail to produce rownames as shown in the example screenshots (`R v3.4.3` in Windows) ``` > slopegraph(cancer, col.lines = 'gray', col.lab = "black", + xlim = c(-.5,5.5), cex.lab =...

bug

Tufte has a lot: http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0003nk

enhancement