Learn R Programming

AmigaFFH (version 0.4.3)

AmigaBasic-files: 'demo.bas', 'r_logo.shp' and 'ball.shp' as example files for AmigaBasic and AmigaBasicShape objects

Description

`demo.bas', `r_logo.shp' and `ball.shp' as example files for AmigaBasic and AmigaBasicShape objects

Arguments

Format

See AmigaBasic and AmigaBasicShape for more information about the format.

Details

The `r_logo.shp' and `ball.shp' files are formatted such that they can be read with read.AmigaBasicShape. They serve as an example of the AmigaBasicShape class, where the first represents a blitter object, and the latter a sprite.

The `demo.bas' file is an example of a binary encoded Amiga Basic script. It can be read with read.AmigaBasic. The script demonstrates how the shape files could be used in Amiga Basic.

Examples

Run this code
if (FALSE) {
read.AmigaBasic(system.file("demo.bas", package = "AmigaFFH"))
read.AmigaBasicShape(system.file("ball.shp", package = "AmigaFFH"))
read.AmigaBasicShape(system.file("r_logo.shp", package = "AmigaFFH"))
}

Run the code above in your browser using DataLab