allneded: loads all packages this package depends on

Description Usage Value Author(s) Examples

View source: R/allneded.R

Description

loads all packages needed for running the package NPMPM (SweaveListingUtils, graphics)

Usage

1

Value

no return value

Author(s)

Nadine Schoene

Examples

1
2
3
4
5
6
7
8
9
function(){

# LOAD PACKAGE FOR GENERATING OF .PDF OUTPUT
library(SweaveListingUtils)

# LOAD PACKAGE FOR PLOTTING
library(graphics) 

  } # END FUNCTION

NPMPM documentation built on May 29, 2017, 11:48 a.m.