powered by
Generate a checkerboard pattern with alternating signals
simulate_checkerboard(grid_size = 8, tile_size = 1)
Data frame with X, Y coordinates and signal_1, signal_2 patterns
Number of tiles per row/column (default: 8)
Resolution of each tile in pixels per side (default: 1)
# \donttest{ # Generate 8x8 checkerboard with 10x10 pixel tiles df <- simulate_checkerboard(grid_size = 8, tile_size = 10) p <- visualize_checkerboard(df) print(p) # }
Run the code above in your browser using DataLab