March 2018

Shiny slider examples with the intrval R package

March 8, 2018 | Peter Solymos

The intrval R package is lightweight (~11K), standalone (apart from importing from graphics, has exactly 0 non-base dependency), and it has a very narrow scope: it implements relational operators for intervals — very well aligned with the tiny manifesto. In this post we will explore the use of the package in two ... [Read more...]

Shiny slider examples with the intrval R package

March 8, 2018 | Peter Solymos

The intrval R package is lightweight (~11K), standalone (apart from importing from graphics, has exactly 0 non-base dependency), and it has a very narrow scope: it implements relational operators for intervals — very well aligned with the tiny manifesto. In this post we will explore the use of the package in two ... [Read more...]

ggplot2: Legend – Part 3

March 7, 2018 | Rsquared Academy Blog

Introduction This is the 15th post in the series Elegant Data Visualization with ggplot2. In the previous post, we learnt how to modify the legend of plots when aesthetics are mapped to variables..In this post, we will learn to modify the following using scale_shape_manual when shape is ...
[Read more...]

blogdown archetype (template)

March 7, 2018 | Fellgernon Bit - rstats

In a recent blog post I wrote about having a template for blogdown posts. I wanted to know if it was possible to do this and make my life (and others hopefully) easier for writing new blog posts that are ready to go with the features I frequently re-us... [Read more...]

Analyzing Metadata for CRAN Packages

March 7, 2018 | R Views

I have been searching for various ways to find information about R packages for some time now, but I only recently learned about the CRAN_package_db() function in the base tools package. If a colleague hadn’t pointed it out to me, I am sure I would never have ...
[Read more...]

blogdown archetype (template)

March 7, 2018 | Fellgernon Bit - rstats

In a recent blog post I wrote about having a template for blogdown posts. I wanted to know if it was possible to do this and make my life (and others hopefully) easier for writing new blog posts that are ready to go with the features I frequently re-us... [Read more...]

uniform on the sphere [or not]

March 7, 2018 | xi'an

While looking at X validated questions, I came upon this comment that simulating a uniform distribution on a d-dimensional unit sphere does not proceed from generating angles at random on (0,2π) and computing spherical coordinates… Which I must confess would have been my initial suggestion! This is obvious, nonetheless, when computing ...
[Read more...]

R data concepts, for Excel users

March 7, 2018 | David Smith

Excel users starting to use R likely have some established concepts about data: where it's stored, how functions apply to data, etc. In general, R does things differently to Excel (or any spreadsheet, in fact). In a useful guide, Steph de Silva from Rex Analytics explains the concepts of data ... [Read more...]

Exploring influence in networks

March 7, 2018 | David Selby

I have just published an interactive graphic showing the effect of ranking scientific communities with pairwise comparison models. The visualisation is an interactive version of my (award-winning) useR!2017 poster, Ranking influential communities in networks. You can see how academic journals have been grouped into communities based on their citation behaviour, ... [Read more...]

StanCon in Helsinki [29-31 Aug 2018]

March 7, 2018 | xi'an

As emailed to me by Aki Vehtari, the next StanCon will take place this summer in the wonderful city of Helsinki, at the end of August. On Aalto University Töölö Campus precisely. The list of speakers and tutorial teachers is available on the webpage. (The only “negative point” is ...
[Read more...]

Introducing RcppArrayFire

March 6, 2018 | Rcpp Gallery

Introduction The RcppArrayFire package provides an interface from R to and from the ArrayFire library, an open source library that can make use of GPUs and other hardware accelerators via CUDA or OpenCL. The official R bindings expose ArrayFire data structures as S4 objects in R, which would require a ... [Read more...]

blogdown Insert Image addin

March 6, 2018 | Fellgernon Bit - rstats

Have you ever tried inserting an image into a blogdown post? Maybe you have, or maybe you tried and gave up. Lets first review the hard way before getting to the solution I contributed. The hard way The process involves copying the target image to the static directory that corresponds ... [Read more...]

blogdown Insert Image addin

March 6, 2018 | Fellgernon Bit - rstats

Have you ever tried inserting an image into a blogdown post? Maybe you have, or maybe you tried and gave up. Lets first review the hard way before getting to the solution I contributed. The hard way The process involves copying the target image to the ... [Read more...]
1 10 11 12 13 14 15

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)