-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing half-closed notation and examples
- Loading branch information
1 parent
b4d113e
commit 2782d6d
Showing
40 changed files
with
724 additions
and
1,051 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Package: IDSpatialStats | ||
Version: 0.3.5 | ||
Date: 2018-06-11 | ||
Version: 0.3.7 | ||
Date: 2018-12-17 | ||
Title: Estimate Global Clustering in Infectious Disease | ||
Author: Justin Lessler <[email protected]>, Henrik Salje <[email protected]>, John Giles <[email protected]> | ||
Author: Justin Lessler <[email protected]>, Henrik Salje <[email protected]>, John Giles <[email protected]> | ||
Maintainer: Justin Lessler <[email protected]> | ||
License: GPL (>=2) | ||
Description: Implements various novel and standard | ||
clustering statistics and other analyses useful for understanding the | ||
spread of infectious disease. | ||
RoxygenNote: 6.0.1 | ||
RoxygenNote: 6.1.1 | ||
Encoding: UTF-8 | ||
Imports: igraph, spatstat | ||
Depends: doParallel, foreach, parallel, R (>= 2.10) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
data(DengueSimulationR01) | ||
|
||
k <- get.cross.K(epi.data=DengueSimR01, type=5, hom=2, het=NULL, r=NULL, correction='border') | ||
k.theo <- pi*(k$r)^2 | ||
|
||
plot(k.theo, type='l', col='red', lty=2, xlab='r', ylab='cross K function') | ||
plot(k[,2], type='l', col='red', lty=2, xlab='r', ylab='cross K function') | ||
lines(k$border) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.