Загрузка страницы

dplyr package – slice function for subsetting rows (Intermediate Data Analysis in R #10)

In this video we will look at the slice function within dplyr package in R. This function can be used for selecting, removing and duplicating rows!

For similar videos on data analysis and visualization, check out the links attached:
Data Visualization Basics tutorial series:
https://tinyurl.com/data-viz-basics-in-R

Data Analysis Basics in R tutorial series:
https://tinyurl.com/data-analysis-basics-in-R

Intermediate Data Analysis in R tutorial series:
https://tinyurl.com/intermediate-data-analysis-R
----------------------------------------

Other related videos/links:
# Intermediate Data Analysis in R

FOR Loop: https://www.youtube.com/watch?v=0KABMWuqeBE

WHILE Loop: https://www.youtube.com/watch?v=9D46709Y6UM

REPEAT Loop: https://www.youtube.com/watch?v=atovsm9ZmdM

NESTED FOR Loop: https://www.youtube.com/watch?v=uY8tFsCcRNg

loop through dataframes: https://www.youtube.com/watch?v=kQ9W3qaIT6I

Sequence with increments: https://www.youtube.com/watch?v=IWPrz4nLO0I

Adding columns using mutate and transmute (dplyr): https://www.youtube.com/watch?v=iXSWu5Ws90A

Subsetting rows and columns using filter and select (dplyr): https://www.youtube.com/watch?v=TLIBBaeFKos

Arrange and summarize: https://www.youtube.com/watch?v=3bXSm9YeVuE

----------------------------------------

# Data Visualization Basics in R

Intro to plotting using qplot in R: https://www.youtube.com/watch?v=iU_h7zMX9To&t=7s

Histogram and boxplot in R: https://www.youtube.com/watch?v=7XXS6s3Q4Sc&t=8s

Add or change legend names while using qplot: https://www.youtube.com/watch?v=Eet0a8l1QYE&t=12s

Change scatter plot colors in R manually: https://www.youtube.com/watch?v=LjjlanizB90&t=5s
Saving plots as .JPEG / .PNG: https://www.youtube.com/watch?v=ZbxIBFpB2K4&t=3s

Error bars for bar plots: https://www.youtube.com/watch?v=MRDlD24Ggh4

Adjusting geom positions while using ggplot2 package: https://www.youtube.com/watch?v=4Q0iEfCeGlM

Adding plot labels: https://www.youtube.com/watch?v=pdXTXuRP4yQ&t=6s

Remove legend and legend titles: https://www.youtube.com/watch?v=BRlhN9ags2s

Create custom color palette: https://www.youtube.com/watch?v=wvmIaO8t8V0

Plot multiple plots: https://www.youtube.com/watch?v=yIDEcWgIft0
----------------------------------------

# Data Analysis Basics in R

Setting a working directory in R Studio: https://www.youtube.com/watch?v=pEIJwp8BuFM

Data structures in R: https://www.youtube.com/watch?v=ytSrlKP3ghA

Create a dataframe in R: https://www.youtube.com/watch?v=rCHu5KYBqSU

Install packages in R: https://www.youtube.com/watch?v=deHi_IjQJx4

How to import .csv file in R: https://www.youtube.com/watch?v=Au--TNVdW4o

How to add a column in R: https://www.youtube.com/watch?v=WRLWKWgLHnM

How to remove a row in R: https://www.youtube.com/watch?v=xSYVOMBR2pE

Count the number of rows and columns in R: https://www.youtube.com/watch?v=dCRXtDH_WoM

Sum of rows in R: https://www.youtube.com/watch?v=BYBzljbtlGM&t=27s

Sum of columns in R: https://www.youtube.com/watch?v=32tXGuUsnxc&t=32s

Finding names of rows and columns in R: https://www.youtube.com/watch?v=4RKalGnS9yo

How to change column names in R dataframes: https://www.youtube.com/watch?v=52Lk4Ch4lEg&t=17s

How to remove rows with 0 values in R dataframes: https://www.youtube.com/watch?v=R0m61qLie5E

How to find unique column values in R dataframes: https://www.youtube.com/watch?v=Sda71Og1TuQ
----------------------------------------

# GIS/Remote Sensing

Intro to GIS and Remote Sensing: https://www.youtube.com/watch?v=VfDAd-MO94o

What is LiDAR Remote Sensing: https://www.youtube.com/watch?v=TpFSDevs7X8&t=814s

Intro to spaceborne lidar and NASA GEDI: https://www.youtube.com/watch?v=T0Usm2QZBhQ&t=27s

LiDAR Remote Sensing/NASA GEDI Tutorial Series: https://www.youtube.com/watch?v=TpFSDevs7X8&list=PLoARWRpovQjDZny-ngMdKW-TQJnDPvyHL
----------------------------------------

Видео dplyr package – slice function for subsetting rows (Intermediate Data Analysis in R #10) канала Ecoresolve
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
14 марта 2021 г. 4:11:53
00:03:26
Другие видео канала
How to create a dataframe in R (Data Analysis Basics in R # 3)How to create a dataframe in R (Data Analysis Basics in R # 3)Simple nested FOR LOOPs (Intermediate Data Analysis in R #5)Simple nested FOR LOOPs (Intermediate Data Analysis in R #5)Drone2map for ArcGIS - 3D Cloud VisualizationDrone2map for ArcGIS - 3D Cloud VisualizationPlotting in R using ggplot2: Stacking area plots (Data Visualization Basics in R #8)Plotting in R using ggplot2: Stacking area plots (Data Visualization Basics in R #8)Plotting in R using ggplot2: Adding plot labels (Data Visualization Basics in R #22)Plotting in R using ggplot2: Adding plot labels (Data Visualization Basics in R #22)Plotting in R using ggplot2: geom_area function (Data Visualization Basics in R #7)Plotting in R using ggplot2: geom_area function (Data Visualization Basics in R #7)How to add a row in R dataframes (Data Analysis Basics in R # 9)How to add a row in R dataframes (Data Analysis Basics in R # 9)Spaceborne LiDAR and NASA Global Ecosystem Dynamics Investigation (Lidar remote sensing | Part 3)Spaceborne LiDAR and NASA Global Ecosystem Dynamics Investigation (Lidar remote sensing | Part 3)Drone2Map for ArcGIS - Creating and Sharing Scene Layer to ArcGIS OnlineDrone2Map for ArcGIS - Creating and Sharing Scene Layer to ArcGIS OnlinePlotting in R using ggplot2: Stacked Density plots (Data Visualization Basics in R #11)Plotting in R using ggplot2: Stacked Density plots (Data Visualization Basics in R #11)Basic REPEAT Loops (Intermediate Data Analysis in R #3)Basic REPEAT Loops (Intermediate Data Analysis in R #3)SQLDF package  - SELECT operation (SQL Queries in R #1)SQLDF package - SELECT operation (SQL Queries in R #1)dplyr package - mutate and transmute (Intermediate Data Analysis in R #7)dplyr package - mutate and transmute (Intermediate Data Analysis in R #7)Plotting in R using ggplot2: Plotting texts and labels (Data Visualization Basics in R #16)Plotting in R using ggplot2: Plotting texts and labels (Data Visualization Basics in R #16)Sequence with increments (Intermediate Data Analysis in R #4)Sequence with increments (Intermediate Data Analysis in R #4)Histogram and boxplot in R using qplot function within ggplot2 (Data Visualization Basics in R #2)Histogram and boxplot in R using qplot function within ggplot2 (Data Visualization Basics in R #2)Plotting in R using ggplot2: Flipped bar plots (Data Visualization Basics in R #17)Plotting in R using ggplot2: Flipped bar plots (Data Visualization Basics in R #17)dplyr package – practicing key functions (Intermediate Data Analysis in R #12)dplyr package – practicing key functions (Intermediate Data Analysis in R #12)SQLDF package - WHERE operation (SQL Queries in R #2)SQLDF package - WHERE operation (SQL Queries in R #2)How to change column names in R dataframes (Data Analysis Basics in R #15)How to change column names in R dataframes (Data Analysis Basics in R #15)dplyr package – number and size of groups (Intermediate Data Analysis in R #11)dplyr package – number and size of groups (Intermediate Data Analysis in R #11)
Яндекс.Метрика