about demos {psyosphere}R Documentation

Explanation how the demo files can be accessed

Description

The package contains some demonstrations how the different functions can be used. The demonstrations are experiments that are used to develop psyosphere, thus it is real experimental data.

Details

  1. Move demo file. The demo file will download a zip file of about 2MB that unpacks into about 200MB. You can move the demo files to an appropriate location. In the example section is explained how you can find the demo files.

  2. Set working directory. For the demo files to work, the working directory must be set to the directory that contains the demo. You can see in the example section how you can do that.

  3. Step by step execution. The demos contain sometimes hundreds of thousands of coordinates. Therefore, it is advisable to calculate the demos step by step and to compress the coordinates first with average_coordinates.

Credit

If you use Psyosphere for commercial use or research, please support us by include one off the following references:

Author(s)

Benjamin Ziepert. Please send feedback to: feedback-psyosphere@analyse-gps.com.

Examples

# Get a list of the demo's
demo(package = "psyosphere")

# Find the location of a demo files
demo_wd <- dirname(system.file("demo", "smuggler1.R", package = "psyosphere"))

# Set working directory
setwd(demo_wd)

# Run demo
# demo("smuggler1", package = "psyosphere")

[Package psyosphere version 0.1 Index]