# Procedure of installation (updated on Feb 04, 2004) To install: 1. download slab_1.1.zip to your local driver. 2. Open R, from tools bar choose packages ->install packages from local zip file ->select slab_1.1.zip To call Slab: add the slab package from the tool bar or > library(slab) To get a help file for a function in S-Lab, e.g. stats(): > help(stats) To read a data from the S-Lab library, e.g. climate data: > data(climate)