Learn R Programming

⚠️There's a newer version (0.1.7) of this package.Take me there.

beginr (version 0.1.0)

Functions for R Beginners

Description

Useful functions for R beginners, including hints for the arguments of the 'plot()' function, self-defined functions for error bars, user-customized pair plots and hist plots, enhanced linear regression figures, etc.. This package could be helpful to R experts as well.

Copy Link

Version

Install

install.packages('beginr')

Monthly Downloads

170

Version

0.1.0

License

GPL

Issues

Pull Requests

Stars

Forks

Maintainer

Peng Zhao

Last Published

July 19th, 2017

Functions in beginr (0.1.0)

name

Enhancement of names()
plotblank

plot a blank figure
plothist

Plot a user-customized hist
plotlm

plot a linear regression figure and return a list of parameters.
tapplydfv

a friendly version of tapply
writefile

save csv file with asking if the file already exists.
plotcolorbar

A reminder for color bars
plotcolors

A reminder for colors
plotpairs2

plot pair-wise correlations with p value. in: a dataframe. out: a figure.
plotpch

A reminder for pch
se

standard error
tapplydf

a friendly version of tapply for dataframes
plotlty

A reminder for lty
plotpairs

plot pair-wise correlations. in: a dataframe. out: a figure.
list2ascii

Save a list into an ASCII file. in: a list. out: a file.
lmdf

calculate linear regression between every two columns in a data frame. in: a dataframes. out: a dataframe showing the linear regression.
readdir

Read multiple tables into a list.
rpkg

Create a new R package demo folder
dfplot2

Plot a dataframe, one y against multiple xs
errorbar

add error bars to a scatterplot.
plotpkg

plot daily download counts of packages
plottype

A reminder for type
bib

Create a bib file for R packages, including the citations of user-defined packages.
dfplot

Plot a dataframe, multiple ys against one x