Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 1128 packages in 0.01 seconds

ODEnetwork — by Dirk Surmann, 6 years ago

Network of Differential Equations

Simulates a network of ordinary differential equations of order two. The package provides an easy interface to construct networks. In addition you are able to define different external triggers to manipulate the trajectory. The method is described by Surmann, Ligges, and Weihs (2014) .

ResIN — by Philip Warncke, 7 months ago

Response Item Networks

Contains various tools to perform and visualize Response Item Networks ('ResIN's'). 'ResIN' binarizes ordered-categorical and qualitative response choices from (survey) data, calculates pairwise associations and maps the location of each item response as a node in a force-directed network. Please refer to < https://www.resinmethod.net/> for more details.

learNN — by Bastiaan Quast, 10 years ago

Examples of Neural Networks

Implementations of several basic neural network concepts in R, as based on posts on \url{ http://qua.st/}.

econetwork — by Vincent Miele, 3 years ago

Analyzing Ecological Networks

A collection of advanced tools, methods and models specifically designed for analyzing different types of ecological networks - especially antagonistic (food webs, host-parasite), mutualistic (plant-pollinator, plant-fungus, etc) and competitive networks, as well as their variability in time and space. Statistical models are developed to describe and understand the mechanisms that determine species interactions, and to decipher the organization of these ecological networks (Ohlmann et al. (2019) , Gonzalez et al. (2020) , Miele et al. (2021) , Botella et al (2021) ).

DamiaNN — by Damian Siniakowicz, 9 years ago

Neural Network Numerai

Interactively train neural networks on Numerai, < https://numer.ai/>, data. Generate tournament predictions and write them to a CSV.

SVN — by Damien Challet, 6 years ago

Statistically Validated Networks

Determines networks of significant synchronization between the discrete states of nodes; see Tumminello et al .

complexNet — by Marco Smolla, 3 years ago

Complex Network Generation

Providing a set of functions to easily generate and iterate complex networks. The functions can be used to generate realistic networks with a wide range of different clustering, density, and average path length. For more information consult research articles by Amiyaal Ilany and Erol Akcay (2016) and Ilany and Erol Akcay (2016) , which have inspired many methods in this package.

diffusr — by Simon Dirmeier, 8 years ago

Network Diffusion Algorithms

Implementation of network diffusion algorithms such as heat diffusion or Markov random walks. Network diffusion algorithms generally spread information in the form of node weights along the edges of a graph to other nodes. These weights can for example be interpreted as temperature, an initial amount of water, the activation of neurons in the brain, or the location of a random surfer in the internet. The information (node weights) is iteratively propagated to other nodes until a equilibrium state or stop criterion occurs.

kesernetwork — by Su-Chun Cheng, 4 years ago

Visualization of the KESER Network

A shiny app to visualize the knowledge networks for the code concepts. Using co-occurrence matrices of EHR codes from Veterans Affairs (VA) and Massachusetts General Brigham (MGB), the knowledge extraction via sparse embedding regression (KESER) algorithm was used to construct knowledge networks for the code concepts. Background and details about the method can be found at Chuan et al. (2021) .

roads — by Josie Hughes, a month ago

Road Network Projection

Iterative least cost path and minimum spanning tree methods for projecting forest road networks. The methods connect a set of target points to an existing road network using 'igraph' < https://igraph.org> to identify least cost routes. The cost of constructing a road segment between adjacent pixels is determined by a user supplied weight raster and a weight function; options include the average of adjacent weight raster values, and a function of the elevation differences between adjacent cells that penalizes steep grades. These road network projection methods are intended for integration into R workflows and modelling frameworks used for forecasting forest change, and can be applied over multiple time-steps without rebuilding a graph at each time-step.