I need the power of the community!
I aim to plot curves from multivariate functional data in R but I don't even know where to start looking for help... I have a matrix (or data frame) including the values of 20 variables for almost 72,000 users (see picture).
Based on this data, I'd like to create a plot that presents curves for each user based on the values of the variables (y-axis) and where the x-axis represents the variables. Something that looks similar to this:
Best case, I'd also be able to color some of the curves in different colors based on a column in another data frame that explains the type of user.
Do you have any ideas or tips on how I could get started?
Thanks a lot, Jeanette