I would like to add a title to my stem leaf diagram in basic R but how? Im am using the Palmerpenguins package and library palmerpenguins. I already tried main= "" but it doesnt work?
stem (flipper_length_mm, scale = 1)
I would like to add a title to my stem leaf diagram in basic R but how? Im am using the Palmerpenguins package and library palmerpenguins. I already tried main= "" but it doesnt work?
stem (flipper_length_mm, scale = 1)