I have a column(dosage of a drug) of numbers ranging from 0.023 to 122 in a data frame (the numbers don't follow a pattern or anything they are random, and the min and max are 0.023 and 122 ). How do I create intervals and plot the frequency of those intervals as bar graphs in R? Additionally, how do I plot dosage VS Sex(Male, Female and Unkown) as bar graphs .
I'm new to using R so please help. Thank you!


