Posts by Lucas Ferreira • 21 points
2 posts
-
1
votes7
answers1523
viewsA: How to calculate the median of a line in a date.frame in R?
To apply functions in rows/columns, you can use the function apply of the R base. In your example, to create a new column with the median of the lines, and to add to your data frame the function…
-
1
votes2
answers467
viewsA: How to align menu using CSS (Only)
Good afternoon friend. I don’t know if that’s all you need, but to get the sub-menu items listed vertically, add a clear: Both to the li’s menu elements. Following your code, just add the clear…