Quantcast
Channel: R Tutorial - R Introduction
Browsing latest articles
Browse All 10 View Live

Named Vector Members

A tutorial on how to retrieve vector slices by listing the names of the vector members in a character string vector. read more

View Article



Data Import

A tutorial on import data frame from external data files into the workspace. read more

View Article

Image may be NSFW.
Clik here to view.

Basic Data Types

There are several basic R data types that are of frequent occurrence in routine R calculations. Though seemingly innocent, they can still deliver surprises. Instead of chewing through the language...

View Article

Numeric

A discussion of the numeric data type in R. read more

View Article

Integer

A discussion of the integer data type in R. read more

View Article


Logical

A discussion of the logical data type in R. read more

View Article

Complex

A discussion of the complex data type in R. read more

View Article

Character

A discussion of the character data type in R. read more

View Article


Image may be NSFW.
Clik here to view.

Matrix

A matrix is a collection of data elements arranged in a two-dimensional rectangular layout. The following is an example of a matrix with 2 rows and 3 columns. read more

View Article


Matrix Construction

A discussion on various ways to construct a matrix in R. read more

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images