Skip to content
#

rstats

Here are 2,498 public repositories matching this topic...

gganimate
DavisVaughan
DavisVaughan commented Oct 6, 2019

My frustrated experience using gganimate as someone who doesn't do this kind of thing very often:

  • I exported an image to .gif using anim_save()

  • The image looked pretty grainy (text and lines), and was 480x480

  • I wanted to make it larger, and higher resolution, so I looked at the docs for ?animate() and for ?anim_save()

  • I see that the gifski_renderer() is the default, a

sparklyr
scworland
scworland commented Jan 23, 2019

The "components" returned from ml_pca() are NULL

# example
sc <- spark_connect(master = "local")
iris_tbl <- sdf_copy_to(sc, iris, name = "iris_tbl", overwrite = TRUE)

pca <- iris_tbl %>%
  select(-Species) %>%
  ml_pca()

pca$components
NULL

R session information:

devtools::session_info()
Session info -----------------------------------------------------------
ggrepel
davidchall
davidchall commented Dec 12, 2019

The documentation of the nudge options does not specify the units of these values. It would help new users to clarify this.

They are probably in the same units as the data values for these axes? But they might’ve been relative units for the plotted axis (e.g. 0.5 would nudge the position by half of the axis length), or even absolute units for the plot (like the units for many of the other opti

ggforce
mailund
mailund commented Jul 15, 2017

It would be great if the zoom'ed in area could be shown on the right of the full plot as well as on the left. Some times it makes more sense to guide the reader to first consider the full plot and then the zoom, which is easier (for those of us who read left to right) if the full plot is to the left of the zoom.

bbolker
bbolker commented May 3, 2019

I just had a request for the algorithm used by geom_encircle(). This is what I sent; I ought to flesh this out slightly and add it to the docs.

(1) finds the convex hull of the points
(2) if desired (based on the 'expand' argument), moves the points defining the convex hull outward away from the centroid
(3) constructs an 'xspline' through these points; the details of this (and a literature

usethis
vitae
workflowr
premadh
premadh commented Sep 17, 2019

This is a suggested code or documentation change, improvement to the code, or feature request

The package is great works in most conditions (many thanks for this) but also makes lazy that I don't want to wrangle misread pdf pages. Hence, I'd like to request below.

Provide a parameter/method to specify the number of columns; start and end co-ordinates of each column so that table is extracted

Improve this page

Add a description, image, and links to the rstats topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rstats topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.