mirror of
https://github.com/ryantimpe/brickr.git
synced 2026-01-06 05:39:34 -06:00
Default # of instruction steps to 6
This commit is contained in:
@@ -234,7 +234,7 @@ display_set <- function(image_list, title=NULL){
|
||||
}
|
||||
|
||||
#4 Instructions ----
|
||||
generate_instructions <- function(image_list, num_steps) {
|
||||
generate_instructions <- function(image_list, num_steps=6) {
|
||||
in_list <- image_list
|
||||
image <- in_list$Img_bricks
|
||||
type <- in_list$mosaic_type
|
||||
|
||||
Reference in New Issue
Block a user