Installation
UNIX/Linux     Windows     Mac OS
Loading into R
UNIX/Linux     Windows     Mac OS
Using the toolkit
Tutorial (pdf)     Tutorial (html)
Example Datasets
Updates
What's New?    

Subscribe to electr onic mailing list
R software
R project     What is R?
R basics
Extreme Values Page
Return

How do I get started using the Extremes Toolkit?

To get started using the toolkit you will need to do the following. All of which are described in more detail below. It is not necessary to know how to write code in R in order to use this toolkit. Some basic knowledge given here should be adequate. The Extremes Toolkit depends on two packages: tcltk and ismev. The package, tcltk, is already installed with R, but the software Tcl/Tk must be on your system and R must know where it is located. To check if this is set up, from the R prompt try
> library( tcltk)
> demo( tkdensity)
If this works, then you will not need to type these commands in the future.

Trouble Shooting (install/loading)