Open in app

Sign in

Write

Sign in

Tim Oltman
Tim Oltman

17 Followers

Home

Lists

About

Mar 27, 2022

How do I reset mfrow?

When you are making plots in base R sometimes you will want to create several plots side-by-side or in a grid format. To do that you use par(mfrow = c(nr, nc)) where nr is the number of rows you want, and nc is the number of columns. You can also…

R Programming

2 min read

How do I reset mfrow?
How do I reset mfrow?
R Programming

2 min read


Mar 26, 2022

Functions in R: how to get your output

Once you begin using functions in R you will need to know a few things about returning values from functions. This article will cover how to return values, and how to return multiple values or objects from a function. Return values First of all, R will by default return the value from…

R Programming

2 min read

Functions in R: how to get your output
Functions in R: how to get your output
R Programming

2 min read


Feb 23, 2021

Creating Tooltips in Svelte

Svelte is a JavaScript framework for developing web applications. The key difference between Svelte and other frameworks like Vue or React is that Svelte is a JavaScript compiler and does most of its work at a compiling stage. This means it doesn’t need to send a large amount of overhead…

JavaScript

3 min read

Creating Tooltips in Svelte
Creating Tooltips in Svelte
JavaScript

3 min read


Feb 14, 2021

Matching Multiple Regex Patterns in Pandas

If you do much web scraping or parsing of human-readable tables you’ve probably come across the problem of matching multiple regex patterns across multiple columns or rows in your data. What is the best way to handle regex patterns when they start becoming complex? How do you aggregate your results…

Pandas

5 min read

Matching Multiple Regex Patterns in Pandas
Matching Multiple Regex Patterns in Pandas
Pandas

5 min read

Tim Oltman

Tim Oltman

17 Followers

Data Nerd, Information Visualizer, Social Scientist

Following
  • Anmol Tomar

    Anmol Tomar

  • Lauren Elizabeth

    Lauren Elizabeth

  • Keith McNulty

    Keith McNulty

  • Data@Urban

    Data@Urban

  • Claire D. Costa

    Claire D. Costa

See all (95)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams