I was just making a report for my presentation and suddenly this question popped in my mind. Is there any relation between the radius of a graph in graph theory and radius of a circle? I am just curious. I may be wrong too. Thanks for the help.
P.S.
By a graph $G$ we mean a pair of sets $(V,E)$, where $V$ is the set of vertices and $E$ is the set of edges formed by pair of vertices. For $u,v\in V(G)$, the length of a shortest $u$--$v$ path in $G$ is the distance $d(u,v)$ between them. The eccentricity of a vertex $v$ in $G$, denoted by $e(v)$, is the distance between $v$ and a vertex farthest from $v$. The maximum and minimum eccentricity of $G$ is known as diameter $diam(G)$ and radius $rad(G)$ of $G$, respectively.
There's some relationship, at least for "diameter" -- the diameter of a circle is the greatest distance between any two of its points; the diameter of a set is $\sup_{x,y \in S} d(x, y)$ in a metric space, too.
Well, a graph with the edge-length distance is an object for which taking the max distance between points makes sense, and we call that the "diameter."
As for "radius" -- not so much. For a circle, for instance, the "radius", defined as $\min_{x \in S^1} \max_{y \in S^1} d(x, y)$ turns out to always be $2$ (if you measure distance in $\Bbb R^2$, or $\pi$, if you measure distance "within the circle", i.e., along the circular curve. Neither of these bears much relation to the thing we call the radius of the circle in geometry, namely, half the diameter.