if (FALSE) {
center(bell2010) # no centering
center(bell2010, rows=T) # row centering of grid
center(bell2010, cols=T) # column centering of grid
center(bell2010, rows=T, cols=T) # row and column centering
}
Run the code above in your browser using DataLab