Learn R Programming

generativeart (version 1.0)

generate_logfile_entry: Generate the generative image

Description

This function saves the information in order to recreate an image with random elements and appends it to the logfile.

Usage

generate_logfile_entry(logfile, formula, seed, file_name)

Arguments

logfile

the logfile

formula

a string of the formula, that is used

seed

the specific seed used

file_name

the file name of the image

Value

a data frame and a saved csv-file

See Also

check_logfile_existence check, if there is a logfile

Examples

Run this code
# NOT RUN {
generate_logfile_entry(logfile, formula, seed, file_name)
# }

Run the code above in your browser using DataLab