Learn R Programming

NPMPM (version 1.0)

allneded: loads all packages this package depends on

Description

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

Usage

allneded()

Arguments

Value

no return value

Examples

Run this code
function(){

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

# LOAD PACKAGE FOR PLOTTING
library(graphics) 

  } # END FUNCTION

Run the code above in your browser using DataLab