Re: [R] Creating a point pattern with spatstat

2012-04-20 Thread AMFTom
The graphic produced was what I was after, except it was inverted. The original tabular data represents a plot as oriented in the field i.e. with North at the top, South at the bottom. The graphic from this had South at the top and North at the bottom, so I input the data the other way around i.e.

Re: [R] Creating a point pattern with spatstat

2012-04-16 Thread David L Carlson
t(X) -- David L Carlson Associate Professor of Anthropology Texas A&M University College Station, TX 77843-4352 > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of AMFT

[R] Creating a point pattern with spatstat

2012-04-16 Thread AMFTom
I have presence/absence data in the following format: 1 2 3 4 5 6 7 8 9 10 11 12 1 1 1 1 1 1 1 1 1 1 1 1 0 2 1 1 1 1 0