The value of lm() is fitted model object; technically a list of results of class lm. Information about the fitted model can then be displayed, extracted, plotted and so on by using generic functions that orient themselves to objects of class lm. A full list of these at the present time is

A brief description of the most commonly used ones is given in Table 2.
Table 2: Commonly used generic functions on class lm
objects