matrix - Expand Table Size R -


i'm using table() , based off binned data, creates rows 9 25 , columns 4 25.

i want compare table, need 1 25 on each axis.

i've tried making empty matrix that's 25x25 add table to, of course doesn't work since don't match in size.

i'm sure there's simple solution i've overlooked, appreciate help!


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -