I have several points, how can I plot a smooth curve that pass through those points?
Is there any function that I can create or formula that I can use to get all points in the curve?
I have read about bezier curves, but I don't really understand how to plot a graph from it because I don't think I need the Bezier specific parameters like its control points.
Anyone has any idea?
Here is my data example, they are used for a measurement in given time interval (time,value), I want to plot all points in the given time interval, let's say [0..400]: value = [(10,30), (111,100), (171,128), (181,86), (201,42), (211,44), (281,39), (321,59), (341,20), (351,4), ...]
Thanks
some options in R would be
and for your recently added data