September 2021

Error in x[6, ]: subscript out of bounds

September 24, 2021 | finnstats

subscript out of bounds, Subscript out of limits in R: How to Fix? The following is an example of a typical R error: Error in x[6, ] : subscript out of bounds When you try to access a column or row in a matrix that doesn't exist, you'll get this error. The ... [Read more...]

{emayili} Right-to-Left

September 23, 2021 | R - datawookie

Yoav Raskin suggested that it would be useful to support right-to-left (RTL) text in {emayili}, so that languages like Hebrew, Arabic and Aramaic would render properly. I’ll be honest, this was not something that I had previously considered. But agreed, it would be a cool feature. library(emayili) packageVersion("...
[Read more...]

{emayili} Styling Figures

September 23, 2021 | R - datawookie

By default tags are wrapped in a tight embrace by {knitr}. In general this works really well. However, I want to have more control over image formatting for {emayili}. Adding a Hook I’d like to have the tags wrapped by . It’d also be useful to have the option ...
[Read more...]

EARL ONLINE 2021: HIGHLIGHTS

September 23, 2021 | R Consortium

Originally posted on Mango Solutions website The Enterprise Applications of the R Language Conference (EARL) is a cross-sector conference focusing on the commercial use of the R programming language. The... The post EARL ONLINE 2021: HIGHLIGHTS appeared first on R Consortium.
[Read more...]

Data Science Conference Austria 2021

September 23, 2021 | Quantargo Blog

Data Science Conference Austria 2021 Data Science Conference (DSC) Austria is knocking on YOUR door, this time the theme is AI powered sustainability: Save the world through data! And the best is—we still have free tickets until Sept 25, so be quick! ...
[Read more...]

Easy Rolling Means with MazamaRollUtils

September 23, 2021 | jonathanatmazamascience

Our goal in creating a new package of C++ rolling functions is to build up a suite of functions useful in environmental time series analysis. We want these functions to be available in a neutral environment with no underlying data model. The functions are as straightforward to use as is ...
[Read more...]

How to Set Axis Limits in ggplot2?

September 23, 2021 | finnstats

How to Set Axis Limits in ggplot2? Setting the axis bounds on a plot using ggplot2 is a common task. Using the following functions, you can accomplish so quickly. The post How to Set Axis Limits in ggplot2? appeared first on finnstats.
[Read more...]

GxP Compliance in Pharma Made Easier: Good Documentation Practices with R Markdown and {officedown}

September 22, 2021 | Jakub Sobolewski

Consumer safety and product reliability are top of mind for regulated manufacturing industries, including pharmaceuticals. Documenting key processes, like clinical trials and laboratory tests, is critical and calls for a systematic approach. That’s where GxP comes in, with a strong focus on Good Documentation Practices. This globally recognized standard ...
[Read more...]

R Variables and Constants

September 22, 2021 | udayan

In computer programming, a variable is a named memory location where data is stored. For example, x = 13.8 Here, x is the variable where the data 13.8 is stored. Now, whenever we use x in our program, we will get 13.8. x = 13.8 # print variabl... [Read more...]

How to Rotate Axis Labels in ggplot2?

September 22, 2021 | finnstats »

How to Rotate Axis Labels in ggplot2?. Axis labels on graphs must occasionally be rotated. Let’s look at how to rotate the labels on the axes in a ggplot2 plot.  Let’s begin by creating a basic data frame and the plot. Rotate...
[Read more...]

How to Rotate Axis Labels in ggplot2?

September 22, 2021 | finnstats

How to Rotate Axis Labels in ggplot2?. Axis labels on graphs must occasionally be rotated. Let's look at how to rotate the labels on the axes in a ggplot2 plot. Let's begin by creating a basic data frame and the plot. The post How to Rotate Axis Labels in ggplot2? ...
[Read more...]

Learning Path: Shiny

September 22, 2021 | Mirai Solutions

Enhance your data science toolkit with our “Shiny” learning path: build your first shiny app, make it shine and robust, and bring it to production. R Shiny is empowered data science through interactive interface. By providing your code with a UI, it...
[Read more...]

R Print Output

September 22, 2021 | sudipb

R print() Function In R, we use the print() function to print any values and variables. For example, # print values print("R is fun") # print variables x [Read more...]
1 2 3 4 5 6 11

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)