powered by
Create a visualization of checkerboard pattern data
visualize_checkerboard(df, color1 = "black", color2 = "white")
ggplot object showing the checkerboard pattern
Data frame with X, Y coordinates and signal_1, signal_2 columns
Color for signal_1 tiles (default: "black")
Color for signal_2 tiles (default: "white")
# \donttest{ df <- simulate_checkerboard(grid_size = 6, tile_size = 5) p <- visualize_checkerboard(df, color1 = "darkblue", color2 = "lightgray") print(p) # }
Run the code above in your browser using DataLab