-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
25 lines (25 loc) · 928 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: scalefree
Type: Package
Title: Spatial Correlation Analysis of Collectives
Version: 0.1.0
Authors@R: c(
person("Mircea", "Davidescu", , "mirceadavidescu@outlook.com", role = c("aut", "cre"))
)
Maintaner@R: c(
person("Mircea", "Davidescu", , "mirceadavidescu@outlook.com", role = c("aut", "cre",))
)
Description: This package contains functions that allow for the analysis of
spatial correlations in collective moving systems. This package is useful for
analysis of fluctuations, measuring the correlation length of collective systems,
their susceptibility. The goal of this package is to enable a biophysics analysis of collective behavior,
as developed by researchers such as William Bialek, Andrea Cavagna, Tamas Vicsek, among others.
License: GPL-3
Encoding: UTF-8
Imports:
dplyr,
bigsplines,
collective,
tidyr,
pracma
LazyData: true
RoxygenNote: 7.1.1