Lab 3: Friday, April 21, 2000

Back to Main G274 TA Page
 

Turn in Assignment 1

A few misc. items from last week
    multiple plots on one page: par(mfrow=c(2,2))# 2 x 2 layout
    under help, search for par
    problem with spatial module: limited license servers?
    in homework when Joel refers to, "Plot a kernel map", it is already done for you in the script

Right(?) answers for Assignment 1
    1. Uganda Volcanodata: dot and kernel maps
        Patterns?
        Best bandwidth(s)
    2. Bramble Cane (not Crane!) data: dot and kernel maps
        Patterns?
        Best bandwidth(s)
    3a. Uganda Volcano nearest neighbor distances
        Departure from CSR
        Theoretical/practical Problems
    3b. Bramble Cane nearest neighbor distances
        Departure from CSR

A look at Assignment 2

Back to Main G274 TA Page