Learn R Programming

networkGen Package

This package is used to generate network mazes. Currently it is at the version 0.1.0.

The functions will help you to generate trail or circuit type mazes.

In some of the mazes, unidirectional arrows can be included (Up to 3 arrows).

More to come soon!


R/networkGen is an R package with R functions that are useful to me for automatically generating network mazes for research. These are the most important functions in the package.

  • networkGen
    • netHTML
    • netHTML1arrow
    • netHTML2arrows
    • netHTML3arrows

License

This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.

A copy of the GNU General Public License, version 3, is available at https://www.r-project.org/Licenses/GPL-3

Copy Link

Version

Install

install.packages('networkGen')

Monthly Downloads

130

Version

0.1.1

License

GPL-3

Maintainer

Aiden Loe

Last Published

December 4th, 2017

Functions in networkGen (0.1.1)

networkGen

networkGen: A package for generating network type maze
netHTML3arrows

Generate Network Maze (3 arrows)
nodeLogic

Node Logic
netHTML2arrows

Generate Network Maze (2 arrows)
check.graph

check.graph
logicMap

Logic Map
netHTML

Generate Network Maze (No arrows)
netHTML1arrow

Generate Network Maze (1 arrow)