To calculate a linear correlation coefficient, you can use the menus or the command line.

For the dataset, "cadiz", there are 2 variables of interest, "Cost" and "Volume".

To calculate the linear correlation coefficient, you can go to the Command Line in Splus:

> cor(cadiz$Cost,cadiz$Volume)

Another way is to go to "Statistics", "Data Summaries", "Correlations". Control-Click on the variables of interest. Splus will produce a "correlation matrix". You should understand how to read this, and compare it to the command line output.