This is oz() - an `australia' function for new S, similar in style to
usa() and jpn().

UNIX:
-----
To set up, unpack the archive and execute the command 'sh oz.make'
all in your intended working directory.

NOTE: this sh file assumes that 'Splus' runs S-PLUS.

OTHER SYSTEMS:
--------------
Imitate the following (hopefully transparent) UNIX commands as
best you can, with name directory changes as appropriate:

	unshar Oz.shar  # if you are reading this, you have done it!
	mkdir .Data
	mkdir .Data/.Help
	cp oz.help .Data/.Help/oz
	Splus
	> data.restore("oz.data")
	> q()
	
and then test it as below.

-----------------------------------------------------------------

To check it arrived safely enter S, turn on your graphics device
and execute the command:

     oz()
     points(.Oz.cities)
     text(.Oz.cities, labels = .Oz.cities$name)

---
Acknowledgements:
The function is closely modelled on a similar function, jpn(), by Ritei
Shibata, with his encouragement.  The data is from various publicly
available sources, but principally from a postscript map of ACSnet from
daved@physiol.su.oz.

Many thanks to Dave D. and Ritei S.

---
Standard disclaimers - you get what you paid for.

Copyright W. Venables, July 1989.
You may redistribute it as much as you like under same the terms at those
on which you got it.  You may make your living by using it if you like,
but you may not sell it.  Copyright is only claimed on the original work
of this author, and is only claimed to inhibit possible selfish and
unscrupulous practices by some others.

Send useful suggestions, extensions, polite queries, etc to
Bill.Venables@adelaide.edu.au

Send complaints about no offshore islands, no ACT, etc. etc. to
/dev/null.

