python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Fitting LOESS function in ggplot
How can I modify the method= argument in ggplot so to customize my loess function?
Right now this is my code without implementing a function:
ggplot(data, aes(x = X, y = Y)) +
geom_point() +
geom_...
philphillis
Votes: 0
Answers: 1
How to take the average of the values and make a dotted line graph, and change the polyline to a smooth curve? And add the legend?
I tried to take the average of SF_Plante_Verte and SF_Plante_Totale acccording to their Date_obs.
df<-structure(list(Pos_heliaphen = c("X47", "W17", "Z17", "X47&q...
Chouette
Votes: 0
Answers: 1
Generate random sample for exponentiated Weibull distribution using Python
For a distribution for running this scipy function to detect the best fit as Exponentiated Weibull distribution and the function outputs 4 parameter values. But how to generate a sample list of data o...
Rajesh Swarnkar
Votes: 0
Answers: 1
Creating an s-curve based on data points
I have a series of data points which form a curve I do not have an equation for, and for which i have not been able to satisfyingly calculate an equation with either libreoffice or the online curve fi...
Cormorants
Votes: 0
Answers: 2