Learn R Programming

pbdDEMO

pbdDEMO is a collection of over 30 demos of the pbdR packages, together with a 150 page, textbook-style vignette.

More information about pbdDEMO can be found in

  1. pbdDEMO vignette at 'pbdDEMO/inst/doc/pbdDEMO-guide.pdf'
  2. http://r-pbd.org/.

Installation

You can install the stable version from CRAN using the usual install.packages():

install.packages("pbdDEMO")

The development version is maintained on GitHub, and can easily be installed by any of the packages that offer installations from GitHub:

### Pick your preference
devtools::install_github("wrathematics/pbdDEMO")
ghit::install_github("wrathematics/pbdDEMO")
remotes::install_github("wrathematics/pbdDEMO")

Authors

pbdDMAT is authored and maintained by the pbdR core team:

  • Drew Schmidt
  • Wei-Chen Chen
  • George Ostrouchov
  • Pragneshkumar Patel

Copy Link

Version

Install

install.packages('pbdDEMO')

Monthly Downloads

57

Version

0.3-1

License

Mozilla Public License 2.0

Maintainer

Last Published

October 25th, 2016

Functions in pbdDEMO (0.3-1)

plot_dmat

Visualizing the DMAT Data Structure
read.csv.ddmatrix

A Simple Parallel CSV Reader
ncvar

Read and Write Parallel NetCDF4 Files in GBD and ddmatrix Format
verify

Distributed Linear Algebra Verification
timer

A Timing Function for SPMD Routines
gbd_dmat

GBD Matrix to Distributed Dense Matrix and vice versa
Temperature at Reference Height

Surface Air Temperature at Reference Height (TREFHT)
load_balance

Load Balancing a Dataset
pbdDEMO-package

Demonstrations and Examples for the pbd Project
mpi_example

MPI Demonstrations