Learn R Programming

generativeart (version 1.0)

get_formula_from_logfile: Get a formula from the logfile

Description

Extracts the formula of an image from the log file in order to be able to recreate the image.

Usage

get_formula_from_logfile(seed_to_recreate, filetype)

Arguments

seed_to_recreate

the seed of the original image that either put in as a numeric value or vector from "get_seed_from_logfile()"

filetype

set the file type for the image

Value

a list containing the formula

See Also

get_seed_from_logfile get the seed, which is used as input

regenerate_img function to recreate an image

Examples

Run this code
# NOT RUN {
get_formula_from_logfile(0104)
# }

Run the code above in your browser using DataLab