Geogebra: Link between Geogebra and R using OpenCPU

Description Details References Examples

Description

Examples on how to link Geogebra and R using the OpenCPU package.

Details

This package contains several examples to show how Geogebra and R can interact efficiently through OpenCPU. Geogebra is a software for interactive geometry that is used worldwide.

References

http://www.geogebra.org/

http://wiki.geogebra.org/en/Reference:JavaScript

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
require(opencpu)
#Index of pages
opencpu$browse('/library/GeogebraR/www/index.html')

## Not run: 
require(opencpu)
#Simple example
opencpu$browse('/library/GeogebraR/www/simpts.html')
#Central Limit Theorem
opencpu$browse('/library/GeogebraR/www/CLT.html')
#Quality Control Charts
opencpu$browse('/library/GeogebraR/www/qcc.html')

## End(Not run)

becarioprecario/GeogebraR documentation built on May 12, 2019, 10:03 a.m.