Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Farewe authored and gaborcsardi committed Sep 25, 2014
0 parents commit ab47cf1
Show file tree
Hide file tree
Showing 30 changed files with 4,711 additions and 0 deletions.
20 changes: 20 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,20 @@
Package: virtualspecies
Type: Package
Title: Generation of Virtual Species Distributions
Version: 1.0
Date: 2014-09-25
Author: Boris Leroy with help from C. N. Meynard, C. Bellard & F. Courchamp
Maintainer: Boris Leroy <leroy.boris@gmail.com>
Description: Provides a framework for generating virtual species distributions,
a procedure increasingly used in ecology to improve species distribution models.
This package integrates the existing methodological approaches with the
objective of generating virtual species distributions with increased
ecological realism.
License: GPL (>= 2.0)
Depends: raster
Imports: ade4, dismo, rworldmap
URL: http://borisleroy.com/virtualspecies
Packaged: 2014-09-25 17:20:12 UTC; Farewell
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-09-25 23:05:19
29 changes: 29 additions & 0 deletions MD5
@@ -0,0 +1,29 @@
2488fdb6e1a16af69e02c4800d305a88 *DESCRIPTION
e7cbe424bac71c236e5f4787fc20197c *NAMESPACE
954b9a3a333726b17d5f5c3d55721591 *R/convertToPA.R
4a106719d75bfe1d580c2233bb714298 *R/formatFunctions.R
4dcc57b7066fc7e647570c04c655fff7 *R/generateRandomSp.R
d65f5c4c10b3a9323692174fe5ba876f *R/generateSpFromFun.R
73dca96770fd7a5afec125b28bfcb0db *R/generateSpFromPCA.R
9ce496e0827cbbf3130c55afdee3414a *R/genericfunctions.R
db6b370681b2e287df03b32a8697d6f6 *R/limitDistribution.R
cb1b25031ba3c4fc6ccbbad0212742c1 *R/plotResponse.R
bb34270300858ddb9e428c2ec4b40c09 *R/removeCollinearity.R
a86ac7920d89e641da1cf3e7690f6fac *R/sampleOccurrences.R
2faf926452812233665e02d624967dbd *R/sp.env.functions.R
b15899277537256370881dc1485c9fd0 *R/synchroniseNA.R
10f7fd2cb9617d5798ca620b4c15e4c9 *R/virtualspecies-package.R
889b7f8474de56ba9e6fe786af69807d *man/convertToPA.Rd
4375ef8e8187ab10c21fe2926127a6c2 *man/formatFunctions.Rd
6806310841dbe793a3264c941dd7b850 *man/generateRandomSp.Rd
f8b670bd13cac4cbb89acbf2fb517a37 *man/generateSpFromFun.Rd
b21c6e1a2dd2349d60919c8e1d6d3965 *man/generateSpFromPCA.Rd
d9eaa7c53326951683240fc68b42d557 *man/limitDistribution.Rd
109675ed162dfa4828570b431e65998d *man/linearFun.Rd
6c1051fd5184583d971c01d60633880a *man/logisticFun.Rd
359d1d2afeed20aedd189e13b65e9317 *man/plotResponse.Rd
ff3a6c192389218d977fe644d882695a *man/quadraticFun.Rd
a5bb7891d82b905e9cac8f8a8db658bc *man/removeCollinearity.Rd
99aaa02b4045e8f8aad31f699714f7ee *man/sampleOccurrences.Rd
e5ef9bf821a74cd5bd785606f28f43cc *man/synchroniseNA.Rd
b5af6b7a7b58732da97b3bc05a4481cd *man/virtualspecies-package.Rd
19 changes: 19 additions & 0 deletions NAMESPACE
@@ -0,0 +1,19 @@
# Generated by roxygen2 (4.0.2): do not edit by hand

S3method(plot,virtualspecies)
S3method(print,virtualspecies)
S3method(str,virtualspecies)
export(convertToPA)
export(formatFunctions)
export(generateRandomSp)
export(generateSpFromFun)
export(generateSpFromPCA)
export(limitDistribution)
export(linearFun)
export(logisticFun)
export(plotResponse)
export(quadraticFun)
export(removeCollinearity)
export(sampleOccurrences)
export(synchroniseNA)
import(raster)

0 comments on commit ab47cf1

Please sign in to comment.