Why is it saying it can't find my variable "bodywt" ?

Try to put a reproducible example of data with this way;

This error is when you try to call with other name of column, please check the correct form of write it

For see the columns names, try :

names(monkeys_info) #show the names of each columns.

Next verify and try with ggplot2 library.