Generate and save, if outfile is provided, the ss3sim logo using the built-in data.

create_logo(outfile = NULL)

Arguments

outfile

A character string specifying the file name to use when writing the information to the disk. The string must include the proper file extension. No file is written using the default value of NULL, which leads to increased speed because writing the file takes time and computing resources.

Value

A png file or a graphics device with the logo used for the ss3sim project.

Author

Kelli F. Johnson

Examples

ss3sim:::create_logo()
#> Warning: number of columns of result is not a multiple of vector length (arg 1)

grDevices::dev.off()
#> null device 
#>           1