I think it is c if that helps x
Answer:
The answer is "True".
Explanation:
The software engineering is the mechanism by which end-user programs are evaluated and planned, to built and reviewed, and fulfill these needs by using language software programming.
- The fundamental goal of software engineering is to design software, that uses the techniques and processes, that are applied to make large systems and frequently used to produce quality applications.
- It is also used in modifying and maintaining software.
Answer:
a) a plotting object like point, line, or other shape
Explanation:
A geom in the ggplot2 system is "a plotting object like point, line, or other shape."
A Geom is used in formulating different layouts, shapes, or forms of a ggplot2 such as bar charts, scatterplots, and line diagrams.
For example some different types of Geom can be represented as geom_bar(), geom_point(), geom_line() etc.