Skip to content

Commit

Permalink
Update CypAspatDemModel.R
Browse files Browse the repository at this point in the history
  • Loading branch information
cjabradshaw authored Sep 15, 2023
1 parent 5c3bf2d commit 8db7004
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/CypAspatDemModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -268,15 +268,6 @@ lines(areaT.dat$age, areaT.dat$areaC.mn+areaT.dat$areaC.sd, lty=2, col="red")
lines(areaT.dat$age, areaT.dat$areaC.mn-areaT.dat$areaC.sd, lty=2, col="red")
par(mfrow=c(1,1))

## alternative sl series
slt <- read.table("~/data/seaLevel/sltimeseries.csv", sep=",", header=T)
head(slt)

plot(areaT.dat$age, areaT.dat$areaC.mn, type="l", xlab="age", ylab="area of Cyprus (km2)")
lines(areaT.dat$age, areaT.dat$areaC.mn+areaT.dat$areaC.sd, lty=2, col="red")
lines(areaT.dat$age, areaT.dat$areaC.mn-areaT.dat$areaC.sd, lty=2, col="red")
lines(slt$age, slt$area, lwd=2, lty=2, col="blue")

## relative density, carrying capacity
# npp to K
hum.dens.med <- 6.022271e-02
Expand Down

0 comments on commit 8db7004

Please sign in to comment.