This may seems weird. But I want to plot exactly 1 point in the middle of the plot. It's not a dataset; just one point, with the following conditions:
- a
%
shape instead of normal circle shape - color red but outline blue
I like using base R function, but ggplot2 suggestion will be appreciated too. ( but when I tried with ggplot
, the input needs to be a dataframe?