News

Graph_lib::Window win(Point(100, 100), 600, 600, "Function graphs"); const int r_min = -10, r_max = 11, n_points = 400; Function one([](double x) { return 1.0; }, r ...
This project, completed as part of the coursework at the Benemérita Universidad Autónoma de Puebla, focuses on graphing a polar function using OpenGL in the Code::Blocks IDE. The aim is to visualize a ...
Note the column name, mpg, is unquoted. That feature hasn’t been handy, though, if you want to write your own R functions using the tidyverse. That’s because base R functions usually need quoted ...
There are lots of ways to share results of your R analysis: Word documents, interactive apps, even in the body of an email. But sometimes, you want a slide presentation. It’s easy to generate a ...
Given the graph of a common function, (such as a simple polynomial, quadratic or trig function) you should be able to draw the graph of its related function. The graph of the related function can be ...