# NOT RUN {
# Load example symDMatrix (G)
load.symDMatrix(system.file("extdata", "G.RData", package = "symDMatrix"), readonly = TRUE)
# Get the block size
blockSize(G)
# Get the block size of the trailing blocks
blockSize(G, last = TRUE)
# }
Run the code above in your browser using DataLab